2025-04-08 15:33:51 +02:00
|
|
|
##############################
|
|
|
|
### WINDOWS AND WORKSPACES ###
|
|
|
|
##############################
|
|
|
|
|
2025-04-08 15:39:17 +02:00
|
|
|
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
|
|
|
# See https://wiki.hyprland.org/Configuring/Workspace-Rules/ for workspace rules
|
|
|
|
|
|
|
|
# Example windowrule v1
|
|
|
|
# windowrule = float, ^(kitty)$
|
|
|
|
|
|
|
|
# Example windowrule v2
|
|
|
|
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
|
|
|
|
|
|
|
# Ignore maximize requests from apps. You'll probably like this.
|
2025-04-08 15:33:51 +02:00
|
|
|
windowrulev2 = suppressevent maximize, class:.*
|
|
|
|
|
2025-04-08 15:39:17 +02:00
|
|
|
# Fix some dragging issues with XWayland
|
|
|
|
windowrulev2 = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
|