mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-11 04:48:25 -07:00
keybinds
This commit is contained in:
parent
2651303be1
commit
ebc1a08440
1 changed files with 7 additions and 4 deletions
|
|
@ -99,9 +99,10 @@
|
|||
"SUPER SHIFT, up, movewindow, u"
|
||||
"SUPER SHIFT, down, movewindow, d"
|
||||
|
||||
"SUPER SHIFT, right, resizeactive, 10 0"
|
||||
"SUPER SHIFT, left, resizeactive, -10 0"
|
||||
"SUPER SHIFT, down, resizeactive, 0 -10 0 -10"
|
||||
"binde, SUPER CTRL, left, resizeactive, -20 0"
|
||||
"binde, SUPER CTRL, right, resizeactive, 20 0"
|
||||
"binde, SUPER CTRL, up, resizeactive, 0 -20"
|
||||
"binde, SUPER CTRL, down, resizeactive, 0 20"
|
||||
|
||||
"SUPER, 1, workspace, 1"
|
||||
"SUPER, 2, workspace, 2"
|
||||
|
|
@ -128,7 +129,9 @@
|
|||
"SUPER, mouse_down, workspace, e+1"
|
||||
"SUPER, mouse_up, workspace, e-1"
|
||||
|
||||
"SUPER, R, submap, resize"
|
||||
"bindm, SUPER, mouse:272, movewindow"
|
||||
"bindm, SUPER, mouse:273, resizewindow"
|
||||
"bindm, SUPER CTRL, mouse:272, resizewindow"
|
||||
|
||||
", XF86AudioMute, exec, ${pkgs.pamixer}/bin/pamixer --toggle-mute"
|
||||
", XF86AudioRaiseVolume, exec, ${pkgs.pamixer}/bin/pamixer --increase 5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue