mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Add window minimize keybind
This commit is contained in:
parent
c1cf811aca
commit
87256f91b0
1 changed files with 7 additions and 0 deletions
|
|
@ -47,6 +47,13 @@
|
||||||
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: "bind=SUPER, ${toString n}, workspace, ${toString n}") (lib.range 1 9)}
|
${lib.concatMapStringsSep "\n" (n: "bind=SUPER, ${toString n}, workspace, ${toString n}") (lib.range 1 9)}
|
||||||
${lib.concatMapStringsSep "\n" (n: "bind=SUPER:SHIFT, ${toString n}, movetoworkspacesilent, ${toString n}") (lib.range 1 9)}
|
${lib.concatMapStringsSep "\n" (n: "bind=SUPER:SHIFT, ${toString n}, movetoworkspacesilent, ${toString n}") (lib.range 1 9)}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue