diff options
| author | Donald Williams <129223418+dwilliam62@users.noreply.github.com> | 2025-10-04 17:21:49 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-04 17:21:49 -0400 |
| commit | 613b232adb2f26b0bc89464a5003271a8559e6f0 (patch) | |
| tree | 3a890e03f7955502895ee58583aceb7e613e240a /config | |
| parent | 91a5e13cd3393739a5fdb8ac56f626de4b2b6f3a (diff) | |
Update WindowRules.conf
Fixing windowrule for opacity
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 e5fd11b9..a5a6e4a3 100644 --- a/config/hypr/UserConfigs/WindowRules.conf +++ b/config/hypr/UserConfigs/WindowRules.conf @@ -180,6 +180,7 @@ 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:^(seahorse)$ # gnome-keyring gui windowrule = opacity 0.95 0.75, title:^(Picture-in-Picture)$ +windowrule = opacity 0.9,class:^(code)$ # SIZE windowrule = size 65% 90%, tag:KooL_Cheat* |
