mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 17:57:47 +02:00
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
|
# Disable shadow on docks like polybar
|
||||||
#no-dock-shadow = true
|
#no-dock-shadow = true
|
||||||
|
|
||||||
|
# Disable shadow on hacksaw
|
||||||
|
shadow-exclude = [
|
||||||
|
"name = 'hacksaw'"
|
||||||
|
]
|
||||||
|
|
||||||
# Disable shadow for drag-and-drop functionality
|
# Disable shadow for drag-and-drop functionality
|
||||||
wintypes: {
|
wintypes: {
|
||||||
dnd = {
|
dnd = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user