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 ###
##############################
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)$