refactored hyprland conf for better maintainability
This commit is contained in:
14
hypr/modules/window_rules.conf
Normal file
14
hypr/modules/window_rules.conf
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
||||
# See https://wiki.hyprland.org/Configuring/Workspace-Rules/ for workspace rules
|
||||
|
||||
# Ignore maximize requests from apps. You'll probably like this.
|
||||
windowrule = suppressevent maximize, class:.*
|
||||
|
||||
# Fix some dragging issues with XWayland
|
||||
windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
|
||||
windowrulev2=noblur,class:^()$,title:^()$
|
||||
|
||||
|
||||
# games for tearing add the immediate rule
|
||||
windowrule = immediate, class:^(cs2)$
|
Reference in New Issue
Block a user