commit | e05169bb8725eb5d60e24e60b61dc430cd35bbb0 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Thu Jan 26 00:46:31 2023 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Sun Feb 26 13:09:28 2023 +0000 |
tree | b38c2dee4b10fd265b8f74eb097c410156126700 | |
parent | 0cfe689b060351f718f7f53e9c590500ea316c1b [diff] |
Exclude slop from blurring
diff --git a/modules/picom.nix b/modules/picom.nix index 948a224..97f58fc 100644 --- a/modules/picom.nix +++ b/modules/picom.nix
@@ -18,8 +18,12 @@ fade-in-step = 0.005; fade-out-step = 0.005; no-fading-larger-than = 0.1; + blur-background-exclude = [ + "class_g = 'slop'" + ]; rounded-corners-exclude = [ "class_g = 'Polybar'" + "class_g = 'slop'" ]; }; };