From 83940e7325a8bb6e60baaa08684c60bcdbfb505b Mon Sep 17 00:00:00 2001 From: MrAkells Date: Tue, 25 Nov 2025 00:45:19 +0200 Subject: [PATCH] revert windowrules --- .config/hypr/conf/windowrules.conf | 41 ++++++++---------------------- 1 file changed, 10 insertions(+), 31 deletions(-) diff --git a/.config/hypr/conf/windowrules.conf b/.config/hypr/conf/windowrules.conf index 994aa9c..b5de60b 100644 --- a/.config/hypr/conf/windowrules.conf +++ b/.config/hypr/conf/windowrules.conf @@ -2,38 +2,17 @@ ### WINDOWS AND WORKSPACES ### ############################## -windowrule { - # Ignore maximize requests from all apps. You'll probably like this. - name = suppress-maximize-events - match:class = .* +# Ignore maximize requests from apps. You'll probably like this. +windowrule = suppressevent maximize, class:.* - suppress_event = maximize -} +# Fix some dragging issues with XWayland +windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0 -windowrule { - # Fix some dragging issues with XWayland - name = fix-xwayland-drags - match:class = ^$ - match:title = ^$ - match:xwayland = true - match:float = true - match:fullscreen = false - match:pin = false +windowrule = noblur, class:negative:^(Alacritty)$ - no_focus = true -} - -windowrule { - name = float - match:class = ^(nemo|engrampa|org.telegram.desktop|viewnior|PortProton|org.pulseaudio.pavucontrol)$ - - float = true -} - -windowrule { - name = unblur-except - match:class = negative:^(Alacritty)$ - - no_blur = true -} +windowrule = float,class:^(org.telegram.desktop)$ +windowrule = float,class:^(nemo)$ +windowrule = float,class:^(engrampa)$ +windowrule = float,class:^(viewnior)$ +windowrule = float,class:^(PortProton)$