Configuring

This commit is contained in:
2026-05-13 22:01:05 +01:00
parent 2baffa81af
commit 6507227497
6 changed files with 29 additions and 15 deletions
@@ -7,6 +7,8 @@ CURRENT_LAYOUT=$(hyprctl activeworkspace -j | jq -r '.tiledLayout')
case "$CURRENT_LAYOUT" in
dwindle) NEW_LAYOUT=scrolling ;;
scrolling) NEW_LAYOUT=monocle ;;
monocle) NEW_LAYOUT=master ;;
*) NEW_LAYOUT=dwindle ;;
esac