some more consistency and yubioath bind
This commit is contained in:
parent
862c2b904d
commit
8523564441
1 changed files with 8 additions and 7 deletions
|
@ -133,9 +133,10 @@ in {
|
||||||
|
|
||||||
binds = {
|
binds = {
|
||||||
# Shortcuts
|
# Shortcuts
|
||||||
"Mod+Z".action.spawn = "alacritty";
|
"Mod+Z".action.spawn = ["alacritty"];
|
||||||
"Mod+B".action.spawn = "firefox";
|
"Mod+B".action.spawn = ["firefox"];
|
||||||
"Mod+Space".action.spawn = "fuzzel";
|
"Mod+Space".action.spawn = ["fuzzel"];
|
||||||
|
"Mod+Y".action.spawn = ["yubioath-flutter"];
|
||||||
|
|
||||||
"XF86AudioRaiseVolume".action.spawn = [
|
"XF86AudioRaiseVolume".action.spawn = [
|
||||||
"swayosd-client"
|
"swayosd-client"
|
||||||
|
@ -244,10 +245,10 @@ in {
|
||||||
"Mod+C".action.center-column = [];
|
"Mod+C".action.center-column = [];
|
||||||
"Mod+W".action.toggle-column-tabbed-display = [];
|
"Mod+W".action.toggle-column-tabbed-display = [];
|
||||||
|
|
||||||
"Mod+Equal".action.set-column-width = "+10%";
|
"Mod+Equal".action.set-column-width = "+5%";
|
||||||
"Mod+Minus".action.set-column-width = "-10%";
|
"Mod+Minus".action.set-column-width = "-5%";
|
||||||
"Mod+Shift+Equal".action.set-window-height = "+10%";
|
"Mod+Shift+Equal".action.set-window-height = "+5%";
|
||||||
"Mod+Shift+Minus".action.set-window-height = "-10%";
|
"Mod+Shift+Minus".action.set-window-height = "-5%";
|
||||||
|
|
||||||
# Change Layout
|
# Change Layout
|
||||||
"XF86AudioMedia".action.switch-layout = "prev";
|
"XF86AudioMedia".action.switch-layout = "prev";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue