diff options
| author | srdusr <trevorgray@srdusr.com> | 2024-01-01 23:55:28 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2024-01-01 23:55:28 +0200 |
| commit | 65477cd47c002a0f92ffa774da2c2441aed1e8f7 (patch) | |
| tree | c05f26fe9e29df9dfe17a75305eefb408b2d2785 | |
| parent | eb4d762e2932ee3c2715e322ec16be89c259e489 (diff) | |
| download | dotfiles-65477cd47c002a0f92ffa774da2c2441aed1e8f7.tar.gz dotfiles-65477cd47c002a0f92ffa774da2c2441aed1e8f7.zip | |
Made changes to heads-up-display script (now lowercase name)
| -rw-r--r-- | .config/picom/picom.conf | 4 |
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'", |
