diff options
| author | Daniel <48409433+darkeddie@users.noreply.github.com> | 2024-05-15 03:12:06 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-15 03:12:06 +0000 |
| commit | a3299f5e0e40eed223e815b5c9177cf4e023d7d6 (patch) | |
| tree | b53c445a348268bfc2b6c1fff516ab5ba40dcbe1 /config | |
| parent | 371dda14e05f4b542a8dfe1ea10c205f63db2299 (diff) | |
Add floating window rules for non-main Steam windows
Friends list and settings tiling can be annoying
Diffstat (limited to 'config')
| -rw-r--r-- | config/hypr/UserConfigs/WindowRules.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/hypr/UserConfigs/WindowRules.conf b/config/hypr/UserConfigs/WindowRules.conf index 8a660e4c..8cae3eac 100644 --- a/config/hypr/UserConfigs/WindowRules.conf +++ b/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 - opacity #enable as desired windowrulev2 = opacity 0.9 0.6, class:^([Rr]ofi)$ |
