mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Remove unused keybinds
This commit is contained in:
parent
2502137520
commit
e8bfbe1084
1 changed files with 0 additions and 9 deletions
|
|
@ -49,13 +49,6 @@
|
||||||
binde = SUPER CONTROL, down, resizeactive, 0 100
|
binde = SUPER CONTROL, down, resizeactive, 0 100
|
||||||
bindm = SUPER, mouse:273, resizewindow
|
bindm = SUPER, mouse:273, resizewindow
|
||||||
|
|
||||||
# Minimize window
|
|
||||||
bind = SUPER SHIFT, M, togglespecialworkspace, minimize
|
|
||||||
bind = SUPER SHIFT, M, movetoworkspace, +0
|
|
||||||
bind = SUPER SHIFT, M, togglespecialworkspace, minimize
|
|
||||||
bind = SUPER SHIFT, M, movetoworkspace, special:minimize
|
|
||||||
bind = SUPER SHIFT, M, togglespecialworkspace, minimize
|
|
||||||
|
|
||||||
# Switch workspace
|
# Switch workspace
|
||||||
${lib.concatMapStringsSep "\n" (n: ''
|
${lib.concatMapStringsSep "\n" (n: ''
|
||||||
bind = SUPER, ${toString n}, focusworkspaceoncurrentmonitor, ${toString n}
|
bind = SUPER, ${toString n}, focusworkspaceoncurrentmonitor, ${toString n}
|
||||||
|
|
@ -63,8 +56,6 @@
|
||||||
bind = SUPER, ${toString n}, togglespecialworkspace, blank
|
bind = SUPER, ${toString n}, togglespecialworkspace, blank
|
||||||
bind = SUPER SHIFT, ${toString n}, movetoworkspacesilent, ${toString n}
|
bind = SUPER SHIFT, ${toString n}, movetoworkspacesilent, ${toString n}
|
||||||
'') (lib.range 1 9)}
|
'') (lib.range 1 9)}
|
||||||
bind = SUPER, mouse_down, workspace, e-1
|
|
||||||
bind = SUPER, mouse_up, workspace, e+1
|
|
||||||
|
|
||||||
# Manage session
|
# Manage session
|
||||||
bindrl = SUPER CONTROL, Q, exit,
|
bindrl = SUPER CONTROL, Q, exit,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue