18 lines
668 B
Plaintext
18 lines
668 B
Plaintext
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
|
# See https://wiki.hyprland.org/Configuring/Workspace-Rules/ for workspace rules
|
|
|
|
windowrule = workspace 8, class:vesktop
|
|
windowrule = float, class:vesktop
|
|
windowrule = size 43% 1380, class:vesktop
|
|
windowrule = move 100%-w-10, class:vesktop
|
|
windowrule = noinitialfocus, class:vesktop
|
|
|
|
windowrule = workspace 4, class:steam
|
|
windowrule = noinitialfocus, class:steam
|
|
|
|
# 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
|