revert windowrules

This commit is contained in:
2025-11-25 00:45:19 +02:00
parent fe6710c252
commit 83940e7325

View File

@@ -2,38 +2,17 @@
### WINDOWS AND WORKSPACES ### ### WINDOWS AND WORKSPACES ###
############################## ##############################
windowrule { # Ignore maximize requests from apps. You'll probably like this.
# Ignore maximize requests from all apps. You'll probably like this. windowrule = suppressevent maximize, class:.*
name = suppress-maximize-events
match:class = .*
suppress_event = maximize # Fix some dragging issues with XWayland
} windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
windowrule { windowrule = noblur, class:negative:^(Alacritty)$
# 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
no_focus = true windowrule = float,class:^(org.telegram.desktop)$
} windowrule = float,class:^(nemo)$
windowrule = float,class:^(engrampa)$
windowrule { windowrule = float,class:^(viewnior)$
name = float windowrule = float,class:^(PortProton)$
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
}