From 6f6c6aa7213d437a93a639f61641d9a7c4ec9b45 Mon Sep 17 00:00:00 2001 From: Thierry Schork Date: Sun, 4 Jan 2026 18:09:18 +0100 Subject: [PATCH] - adapted new rules to correct errors --- .config/hypr/hyprland.conf | 64 +++++++++++++++++++------------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 58e3ad4..31571c4 100755 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -261,38 +261,38 @@ bind = , Pause, exec, hyprshot --clipboard-only -m region #windows rules -windowrule = float, class:com.github.hluk.copyq -windowrule=float,class:clight-gui -windowrule=float,class:localsend -windowrule=float,class:blueman-manager -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 = float, class:com.github.hluk.copyq +#windowrule=float,class:clight-gui +#windowrule=float,class:localsend +#windowrule=float,class:blueman-manager +#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 { + 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)$ + stay_focused = on +} + +windowrule { + name = tiled + match:class = ^(com-zerenesystems-stacker-gui-MainFrame)$ + match:title = (A Ren(.)Py Game) + float = off +}