From 82076c1fd54a182edca36e59670959c88abf7fff Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Fri, 1 Nov 2024 23:52:35 +0100 Subject: [PATCH] hypr: fix ueberzugpp windows being spawned from a group --- dot-config/hypr/fragments/windowrules.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/dot-config/hypr/fragments/windowrules.conf b/dot-config/hypr/fragments/windowrules.conf index b6e0577c..5e2c8972 100644 --- a/dot-config/hypr/fragments/windowrules.conf +++ b/dot-config/hypr/fragments/windowrules.conf @@ -67,6 +67,7 @@ windowrulev2 = noanim, class:^(ueberzugpp.*)$ windowrulev2 = noinitialfocus, class:^(ueberzugpp.*)$ windowrulev2 = decorate off, class:^(ueberzugpp.*)$ windowrulev2 = noshadow on, class:^(ueberzugpp.*)$ +windowrulev2 = group deny, class:^(ueberzugpp.*)$ # handle portals windowrule = float, ^(org.freedesktop.impl.portal.desktop.kde)$ -- 2.51.2