feat: refactor hypr configs

This commit is contained in:
2025-11-22 01:37:53 +02:00
parent bee35f655f
commit 335066d785
9 changed files with 220 additions and 179 deletions

View File

@@ -0,0 +1,39 @@
##############################
### WINDOWS AND WORKSPACES ###
##############################
windowrule {
# Ignore maximize requests from all apps. You'll probably like this.
name = suppress-maximize-events
match:class = .*
suppress_event = maximize
}
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
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
}