complete restructure of hyprland config and some other shit

This commit is contained in:
2026-02-28 17:00:52 +00:00
parent 1425aaa27d
commit 98d5d2a812
16 changed files with 267 additions and 185 deletions

View File

@@ -0,0 +1,8 @@
if [ -z $(hyprctl clients | grep "class: otter") ];
then hyprctl dispatch exec "kitty --class otter --title otter-launcher -e sh -c 'sleep 0.05 && otter-launcher'";
else echo application_already_Running;
if [ -z $(hyprctl activewindow | grep "class: otter") ];
then hyprctl dispatch focuswindow class:otter
else hyprctl dispatch killactive none;
fi
fi