Configuring
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user