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
+2
View File
@@ -263,6 +263,8 @@ go_to_menu() {
*setup*) show_setup_menu ;;
*update*) show_update_menu ;;
*system*) show_system_menu ;;
*capture*) show_capture_menu ;;
*toggle*) show_toggle_menu ;;
esac
}