diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-08-18 12:13:15 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-08-18 12:13:15 +0900 |
| commit | bb71bd73c4c7db13853d399516fe27718fa4c970 (patch) | |
| tree | 6bd1a3b41994692bfdbdc7c17ce8b1ec0520388e /config/hypr/UserConfigs/WindowRules.conf | |
| parent | 76e435c301860a9552ae15b3dedfb825379f407b (diff) | |
disable background opacity on kitty config and let hyprland deal with background opacity via window rules
added SUPER ALT O to disable opacity to an active window
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 8aba98ba..44028305 100644 --- a/config/hypr/UserConfigs/WindowRules.conf +++ b/config/hypr/UserConfigs/WindowRules.conf @@ -80,7 +80,7 @@ windowrulev2 = opacity 0.9 0.8, class:^([Tt]hunar|org.gnome.Nautilus)$ windowrulev2 = opacity 0.8 0.6, class:^(pcmanfm-qt)$ windowrulev2 = opacity 0.8 0.7, class:^(gedit|org.gnome.TextEditor|mousepad)$ windowrulev2 = opacity 0.9 0.8, class:^(deluge)$ -windowrulev2 = opacity 0.9 0.8, class:^(Alacritty|kitty)$ # Terminals +windowrulev2 = opacity 0.8 0.7, class:^(Alacritty|kitty)$ # Terminals windowrulev2 = opacity 0.9 0.7, class:^(VSCodium|codium-url-handler)$ windowrulev2 = opacity 0.9 0.8, class:^(nwg-look|qt5ct|qt6ct|yad)$ windowrulev2 = opacity 0.9 0.8, title:(Kvantum Manager) |
