diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-07-15 23:53:13 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-15 23:53:13 +0900 |
| commit | e9e5d6ae9a687a1167fc847b44d15c369941d10f (patch) | |
| tree | 0172d2089d4c3da28208d37bb45a380a003ec4a4 /config/hypr/UserConfigs/WindowRules.conf | |
| parent | 86f5235e548c722c9e213eb250c750a275596810 (diff) | |
| parent | a371f3125d2787841b7178d74d2dc89e8c741484 (diff) | |
Merge pull request #759 from brockar/development
fix: update Element (Matrix) on WindowRules.conf
Diffstat (limited to 'config/hypr/UserConfigs/WindowRules.conf')
| -rw-r--r-- | config/hypr/UserConfigs/WindowRules.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/UserConfigs/WindowRules.conf b/config/hypr/UserConfigs/WindowRules.conf index 4485a8f5..e5fd11b9 100644 --- a/config/hypr/UserConfigs/WindowRules.conf +++ b/config/hypr/UserConfigs/WindowRules.conf @@ -47,6 +47,7 @@ windowrule = tag +im, class:^([Ww]hatsapp-for-linux)$ windowrule = tag +im, class:^(ZapZap|com.rtosta.zapzap)$ windowrule = tag +im, class:^(org.telegram.desktop|io.github.tdesktop_x64.TDesktop)$ windowrule = tag +im, class:^(teams-for-linux)$ +windowrule = tag +im, class:^(im.riot.Riot|Element)$ # Element Matrix client # game tags windowrule = tag +games, class:^(gamescope)$ @@ -177,7 +178,6 @@ windowrule = opacity 0.82 0.75, tag:viewer* windowrule = opacity 0.9 0.7, tag:wallpaper* windowrule = opacity 0.8 0.7, class:^(gedit|org.gnome.TextEditor|mousepad)$ windowrule = opacity 0.9 0.8, class:^(deluge)$ -windowrule = opacity 0.9 0.8, class:^(im.riot.Riot)$ # Element matrix client windowrule = opacity 0.9 0.8, class:^(seahorse)$ # gnome-keyring gui windowrule = opacity 0.95 0.75, title:^(Picture-in-Picture)$ |
