commit | a7f3685837cf18ca72ef73edddb95f3e2193f418 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Wed Jan 25 21:38:55 2023 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Sun Feb 26 13:09:37 2023 +0000 |
tree | 4fd72a8b5951d42bc595be2c9d62cb1ee40f8e23 | |
parent | 1510b9964279468d721879205a69a552ffa74381 [diff] |
Avoid blurring the background or rounding activate-linux
diff --git a/modules/picom.nix b/modules/picom.nix index f83d7ca..778c2eb 100644 --- a/modules/picom.nix +++ b/modules/picom.nix
@@ -19,10 +19,12 @@ no-fading-larger-than = 0.1; blur-background-exclude = [ "class_g = 'slop'" + "WM_NAME@:s *?= 'activate-linux'" ]; rounded-corners-exclude = [ "class_g = 'Polybar'" "class_g = 'slop'" + "WM_NAME@:s *?= 'activate-linux'" ]; }; };