From 86638522e26b5e8cf4dc5626e9a4ef579fbdf141 Mon Sep 17 00:00:00 2001 From: Thierry Schork Date: Tue, 30 Dec 2025 19:56:32 +0100 Subject: [PATCH] prepared for the windowRule syntax rewrite --- .config/hypr/hyprland.conf | 36 ++++++++++++++++++++++++++---------- 1 file changed, 26 insertions(+), 10 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 01537d4..58e3ad4 100755 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -261,22 +261,38 @@ bind = , Pause, exec, hyprshot --clipboard-only -m region #windows rules -#windowrule = workspace 5, audacious -#windowrule = workspace 1, firefox windowrule = float, class:com.github.hluk.copyq -windowrule = float,title:^(.*)Aria2(.*)Download(.*)Firefox(.*)$ - windowrule=float,class:clight-gui windowrule=float,class:localsend windowrule=float,class:blueman-manager -#windowrule=workspace 10 silent,class:org.keepassxc.KeePassXC -#windowrule=workspace 1 ,class:firefox - windowrule = stayfocused,class:(steam),title:(^$) - windowrule = stayfocused, title:^(menu window)$, class:^(zoom)$ windowrule = stayfocused, title:^(confirm window)$, class:^(zoom)$ - windowrulev2 = tile, class:^(com-zerenesystems-stacker-gui-MainFrame)$ +windowrule=tile,title:A Ren(.)Py Game + +#windowrule { +# name=float +# match:class = com.github.hluk.copyq +# match:class = clight-gui +# match:class = localsend +# match:class = blueman-manager +# +# float = on +#} +# +#windowrule { +# name = stay-focused +# match:class = (steam) +# match:class = ^(zoom)$ +# stayfocused = on +#} +# +#windowrule { +# name = tiled +# match:class = ^(com-zerenesystems-stacker-gui-MainFrame)$ +# match:title = (A Ren(.)Py Game) +# tiled = on +#} + -windowrule=tile,title:A Ren'Py Game