Browse Source

Merge pull request #278 from darkeddie/SteamWindowRules

Add floating window rules for non-main Steam windows
pull/279/head
Ja.KooLit 2 years ago committed by GitHub
parent
commit
5c21e65db7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      config/hypr/UserConfigs/WindowRules.conf

1
config/hypr/UserConfigs/WindowRules.conf

@ -40,6 +40,7 @@ windowrulev2 = float, class:^(evince)$ # document viewer
windowrulev2 = float, class:^(file-roller|org.gnome.FileRoller)$ # archive manager
windowrulev2 = float, class:^([Bb]aobab|org.gnome.[Bb]aobab)$ # Disk usage analyzer
windowrulev2 = float, title:(Kvantum Manager)
windowrulev2 = float, class:^([Ss]team)$,title:^((?![Ss]team).*|[Ss]team [Ss]ettings)$
# windowrule v2 - position
windowrulev2 = center, class:([Tt]hunar), title:(File Operation Progress)

Loading…
Cancel
Save