Picom: remove dunst shadow
This commit is contained in:
parent
94e3626ed3
commit
d5d30154bb
@ -64,6 +64,7 @@ shadow-offset-y = -7;
|
|||||||
shadow-exclude = [
|
shadow-exclude = [
|
||||||
"name = 'Notification'",
|
"name = 'Notification'",
|
||||||
"class_g = 'Conky'",
|
"class_g = 'Conky'",
|
||||||
|
"class_g = 'Dunst'",
|
||||||
"class_g ?= 'Notify-osd'",
|
"class_g ?= 'Notify-osd'",
|
||||||
"class_g = 'Cairo-clock'",
|
"class_g = 'Cairo-clock'",
|
||||||
"_GTK_FRAME_EXTENTS@:c"
|
"_GTK_FRAME_EXTENTS@:c"
|
||||||
@ -419,7 +420,7 @@ log-level = "warn";
|
|||||||
#
|
#
|
||||||
wintypes:
|
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; }
|
notification = { shadow = true; }
|
||||||
dock = { shadow = false; opacity = 1; }
|
dock = { shadow = false; opacity = 1; }
|
||||||
dnd = { shadow = false; }
|
dnd = { shadow = false; }
|
||||||
|
Loading…
Reference in New Issue
Block a user