Hyprland
This commit is contained in:
17
.config/hypr/windowRules.conf
Normal file
17
.config/hypr/windowRules.conf
Normal file
@ -0,0 +1,17 @@
|
||||
# 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
|
Reference in New Issue
Block a user