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
+10
View File
@@ -0,0 +1,10 @@
#!/bin/bash
mmsg -d togglefloating
SELECTED=$(cat ~/.config/sdgos/tuis/layouts.list | cut -d '|' -f 1 | fzf --layout=reverse)
CMD=$(cat ~/.config/sdgos/tuis/layouts.list | grep -e "$SELECTED" | cut -d '|' -f 2)
eval $CMD
+15
View File
@@ -0,0 +1,15 @@
Scroller - horizontal | mmsg -l "S"
Scroller - vertical | mmsg -l "VS"
Tile/master - left | mmsg -l "T"
Tile/master - top | mmsg -l "VT"
Tile/master - center | mmsg -l "CT"
Tile/master - right | mmsg -l "RT"
Grid - horizontal | mmsg -l "G"
Grid - vertical | mmsg -l "VG"
Deck - horizontal | mmsg -l "K"
Deck - vertical | mmsg -l "VK"
Fair - horizontal | mmsg -l "F"
Fair - vertical | mmsg -l "VF"
Monocle | mmsg -l "M"
Dwindle | mmsg -l "DW"