fix(hyprland): Don't center steam floating windows
This is important as most floating windows from steam are context menus.
This commit is contained in:
parent
7ec7f74269
commit
c1fddab9a0
1 changed files with 4 additions and 1 deletions
|
@ -16,6 +16,7 @@ windowrulev2 = workspace 16 silent,class:(^cinny$)
|
|||
windowrulev2 = workspace 16 silent,class:(^Element$)
|
||||
windowrulev2 = workspace 17 silent,class:(^discord$)
|
||||
windowrulev2 = workspace 17 silent,class:(^com.discordapp.Discord$)
|
||||
windowrulev2 = workspace 17 silent,class:(^vesktop$)
|
||||
windowrulev2 = workspace 18,class:(^org.gnome.Calendar$)
|
||||
windowrulev2 = workspace 21 silent,class:(^steam)
|
||||
windowrulev2 = workspace 21 silent,initialclass:(^steam)
|
||||
|
@ -25,7 +26,9 @@ windowrulev2 = workspace 22,class:(^looking-glass-client$)
|
|||
|
||||
# Center all floating windows, except those with an empty title
|
||||
# e.g. Steam context menus otherwise would get centered
|
||||
windowrulev2 = center,floating:1,title:(.+)
|
||||
# windowrulev2 = center,floating:1,title:(.+)
|
||||
windowrulev2 = center,floating:1,class:(^steam),title:(.+)
|
||||
windowrulev2 = center,floating:1,initialclass:(^steam),title:(.+)
|
||||
|
||||
# supress 'maximize' event from all windows as this might 'hide' another window
|
||||
# on the same workspace. Essentially the windows might take up more space than
|
||||
|
|
Loading…
Add table
Reference in a new issue