forked from extern/nix-config
picom: Make hacksaw work with shadows
This fixes an issue where picom caused the screen to dim when hacksaw was used. See: https://github.com/neXromancers/hacksaw/issues/33
This commit is contained in:
parent
93d7d54e76
commit
51ded5a05b
@ -11,6 +11,11 @@ shadow = true
|
||||
# Disable shadow on docks like polybar
|
||||
#no-dock-shadow = true
|
||||
|
||||
# Disable shadow on hacksaw
|
||||
shadow-exclude = [
|
||||
"name = 'hacksaw'"
|
||||
]
|
||||
|
||||
# Disable shadow for drag-and-drop functionality
|
||||
wintypes: {
|
||||
dnd = {
|
||||
|
Loading…
Reference in New Issue
Block a user