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 = {
|
||||
# Shortcuts
|
||||
"Mod+Z".action.spawn = "alacritty";
|
||||
"Mod+B".action.spawn = "firefox";
|
||||
"Mod+Space".action.spawn = "fuzzel";
|
||||
"Mod+Z".action.spawn = ["alacritty"];
|
||||
"Mod+B".action.spawn = ["firefox"];
|
||||
"Mod+Space".action.spawn = ["fuzzel"];
|
||||
"Mod+Y".action.spawn = ["yubioath-flutter"];
|
||||
|
||||
"XF86AudioRaiseVolume".action.spawn = [
|
||||
"swayosd-client"
|
||||
|
@ -244,10 +245,10 @@ in {
|
|||
"Mod+C".action.center-column = [];
|
||||
"Mod+W".action.toggle-column-tabbed-display = [];
|
||||
|
||||
"Mod+Equal".action.set-column-width = "+10%";
|
||||
"Mod+Minus".action.set-column-width = "-10%";
|
||||
"Mod+Shift+Equal".action.set-window-height = "+10%";
|
||||
"Mod+Shift+Minus".action.set-window-height = "-10%";
|
||||
"Mod+Equal".action.set-column-width = "+5%";
|
||||
"Mod+Minus".action.set-column-width = "-5%";
|
||||
"Mod+Shift+Equal".action.set-window-height = "+5%";
|
||||
"Mod+Shift+Minus".action.set-window-height = "-5%";
|
||||
|
||||
# Change Layout
|
||||
"XF86AudioMedia".action.switch-layout = "prev";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue