feat: Adds window rules for windowctl windows to be floating when opened a new window.

This commit is contained in:
2025-10-08 08:55:26 -04:00
parent 99110dea2a
commit 335b60f43c
2 changed files with 4 additions and 3 deletions

View File

@@ -17,12 +17,13 @@ windowrule = size 90% 80%, class:^(com.ghostty.weather)$
# Force windows to be a floating window
windowrule = tag +floating-window, class:^(blueberry.py|org.gnome.Nautilus|com.ghostty.float)$
# windowrule = tag +floating-window, class:^(com.ghostty.utils-launcher)$
windowrule = tag +floating-window, class:^(com.ghostty.windowctl)$
# Force to stay focused when visible.
windowrule = stayfocused, class:(blueberry.py)
windowrule = stayfocused, class:Pinentry.gtk
windowrule = stayfocused, class:com.ghostty.float
windowrule = stayfocused, class:com.ghostty.windowctl
# Utils-Launcher
windowrule = stayfocused, class:^(com.ghostty.utils-launcher)$