added layout switcher on super+w
This commit is contained in:
Executable
+10
@@ -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
|
||||
Reference in New Issue
Block a user