mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
feat: Moves utils-launcher preview to be at bottom and updates window rules for utils-launcher
This commit is contained in:
6
env/.config/hypr/windows.conf
vendored
6
env/.config/hypr/windows.conf
vendored
@@ -18,18 +18,14 @@ 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.windowctl)$
|
||||
windowrule = tag +floating-window, class:^(com.ghostty.utils-launcher)$
|
||||
|
||||
# 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)$
|
||||
windowrule = float, class:^(com.ghostty.utils-launcher)$
|
||||
windowrule = center, class:^(com.ghostty.utils-launcher)$
|
||||
windowrule = size 80% 80%, class:^(com.ghostty.utils-launcher)$
|
||||
|
||||
# Clipboard history tui in floating window.
|
||||
windowrule = tag +floating-window, class:.*clipse.*
|
||||
|
||||
Reference in New Issue
Block a user