non important commit
This commit is contained in:
parent
6707d03765
commit
d77a80a3fd
1 changed files with 18 additions and 0 deletions
|
|
@ -66,11 +66,29 @@
|
|||
"Mod+Down".action.focus-window-down = [];
|
||||
"Mod+Up".action.focus-window-up = [];
|
||||
|
||||
"Mod+WheelScrollDown".action.focuse-column-right = [];
|
||||
"Mod+WheelScrollUp".action.focuse-column-left = [];
|
||||
|
||||
"Mod+Y".action.consume-or-expel-window-left = [];
|
||||
"Mod+X".action.consume-or-expel-window-right = [];
|
||||
|
||||
"Mod+R".switch-preset-column-width = [];
|
||||
"Mod+Shift+R".switch-preset-column-height = [];
|
||||
"Mod+F".maximize-column = [];
|
||||
"Mod+Shift+F".fullscreen-window = [];
|
||||
"Mod+V".toggle-window-floating = [];
|
||||
|
||||
"Mod+Minus".action.set-column-width = ["-10%"];
|
||||
"Mod+Equal".action.set-column-width = ["+10%"];
|
||||
|
||||
"Mod+Shift+Q".action.quit = [];
|
||||
|
||||
"Print".screenshot = [];
|
||||
"Ctrl+Print".screenshot-screen = [];
|
||||
"Alt+Print".screenshot-window = [];
|
||||
|
||||
"Mod+Escape".toggle-keyboard-shortcuts-inhibit = [false];
|
||||
|
||||
"XF86AudioRaiseVolume".action.spawn = ["wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "0.1+"];
|
||||
"XF86AudioLowerVolume".action.spawn = ["wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "0.1-"];
|
||||
"xF86AudioMute".action.spawn = ["wpctl" "set-mute" "@DEFAULT_AUDIO_SINK@" "toggle"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue