aboutsummaryrefslogtreecommitdiff
path: root/.config/picom
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2024-01-14 23:58:35 +0200
committersrdusr <trevorgray@srdusr.com>2024-01-14 23:58:35 +0200
commit99dcf958d3648b16387163d3be49c53372518f73 (patch)
tree22cc180a1d74fb52a9f927d8f68f557f9aa7a252 /.config/picom
parent4464a1e56c119397ecc402d406e1bcaf8b86ffdb (diff)
downloaddotfiles-99dcf958d3648b16387163d3be49c53372518f73.tar.gz
dotfiles-99dcf958d3648b16387163d3be49c53372518f73.zip
Config for notifications changed
Diffstat (limited to '.config/picom')
-rw-r--r--.config/picom/picom.conf17
1 files changed, 11 insertions, 6 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf
index 9d9561e..116103d 100644
--- a/.config/picom/picom.conf
+++ b/.config/picom/picom.conf
@@ -109,7 +109,7 @@ shadow-offset-y = -5;
shadow-exclude = [
"name = 'Notification'",
"class_g = 'Conky'",
- "class_g ?= 'Notify-osd'",
+ #"class_g ?= 'Notify-osd'",
"class_g = 'Cairo-clock'",
"class_g = 'Polybar'",
# "class_g = 'Rofi'"
@@ -258,7 +258,8 @@ blur-background-exclude = [
"class_g = 'firefox'",
"class_g = 'discord'",
"class_g = 'Rofi'",
- "class_g = 'Zathura'"
+ "class_g = 'Zathura'",
+ "class_g = 'Notification'",
];
#################################
@@ -479,10 +480,14 @@ log-level = "warn";
#
wintypes:
{
+ #normal = { full-shadow = true; };
+ #menu = { full-shadow = true; };
tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; };
- dock = { shadow = false; }
- dnd = { shadow = false; }
- popup_menu = { opacity = 0.8; }
- dropdown_menu = { opacity = 0.8; }
+ dock = { shadow = false; };
+ dnd = { shadow = false; };
+ popup_menu = { full-shadow = false opacity = 0.8; };
+ #utility = { full-shadow = true; };
+ #toolbar = { full-shadow = true; };
+ notification = { opacity = 0.75; }
};