Picom: remove dunst shadow

This commit is contained in:
Tobias Manske 2023-03-25 13:43:26 +01:00
parent 94e3626ed3
commit d5d30154bb
Signed by: tobias
GPG Key ID: 9164B527694A0709
1 changed files with 2 additions and 1 deletions

View File

@ -64,6 +64,7 @@ shadow-offset-y = -7;
shadow-exclude = [
"name = 'Notification'",
"class_g = 'Conky'",
"class_g = 'Dunst'",
"class_g ?= 'Notify-osd'",
"class_g = 'Cairo-clock'",
"_GTK_FRAME_EXTENTS@:c"
@ -419,7 +420,7 @@ log-level = "warn";
#
wintypes:
{
tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; };
tooltip = { fade = true; shadow = true; opacity = 1; focus = true; full-shadow = false; };
notification = { shadow = true; }
dock = { shadow = false; opacity = 1; }
dnd = { shadow = false; }