aboutsummaryrefslogtreecommitdiff
path: root/.config/picom/picom.conf
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2024-01-01 23:55:28 +0200
committersrdusr <trevorgray@srdusr.com>2024-01-01 23:55:28 +0200
commit65477cd47c002a0f92ffa774da2c2441aed1e8f7 (patch)
treec05f26fe9e29df9dfe17a75305eefb408b2d2785 /.config/picom/picom.conf
parenteb4d762e2932ee3c2715e322ec16be89c259e489 (diff)
downloaddotfiles-65477cd47c002a0f92ffa774da2c2441aed1e8f7.tar.gz
dotfiles-65477cd47c002a0f92ffa774da2c2441aed1e8f7.zip
Made changes to heads-up-display script (now lowercase name)
Diffstat (limited to '.config/picom/picom.conf')
-rw-r--r--.config/picom/picom.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf
index 1e071ed..f9bedc8 100644
--- a/.config/picom/picom.conf
+++ b/.config/picom/picom.conf
@@ -253,7 +253,9 @@ blur-background-exclude = [
# "class_g = 'Polybar'",
"class_g = 'URxvt'",
"class_g = 'scratchpad'",
- "class_g = 'Heads-Up-Display'",
+ "class_g = 'heads-up-display'",
+ "class_g = 'title-bar'",
+ "class_g = 'lemonbar'",
"class_g = 'Firefox'",
"class_g = 'firefox'",
"class_g = 'discord'",