added layout switcher on super+w

This commit is contained in:
2026-05-19 18:40:27 +02:00
parent 64344e0e36
commit f824f6d2bd
4 changed files with 29 additions and 5 deletions
+3
View File
@@ -28,6 +28,7 @@ bind=SUPER,K,spawn_shell,dms ipc call keybinds toggleWithPath mangowc ~/.config/
bind=SUPER,M,spawn_shell,ghostty -e ~/.config/sdgos/mango-config.sh # show mango config editor
bind=SUPER,Y,spawn_shell,ghostty -e ~/.config/sdgos/tuis/pkg-install.sh # install packages
bind=SUPER+SHIFT,Y,spawn_shell,ghostty -e ~/.config/sdgos/tuis/aur-install.sh # install AUR packages
bind=SUPER,W,spawn_shell,ghostty -e ~/.config/sdgos/tuis/layout-switch.sh # switch between layouts on the current workspace
#program launchers
bind=SUPER,RETURN,spawn_shell,ghostty
@@ -70,6 +71,8 @@ bind=SUPER,down,focusdir,down
# move window between monitors with win+Alt+arrow keys
bind=SUPER+SHIFT,up,exchange_stack_client,prev
bind=SUPER+SHIFT,down,exchange_stack_client,next
bind=SUPER+SHIFT,left,focusstack,prev
BIND=SUPER+SHIFT,right,focusstack,next
bind=SUPER+Ctrl,left,exchange_client,left
bind=SUPER+Ctrl,right,exchange_client,right
bind=SUPER+Ctrl,up,exchange_client,up