mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-15 19:30:51 +01:00
picom: Update deprecated no-dnd-shadow to wintypes
Now picom doesn't show deprecation messages anymore.
This commit is contained in:
parent
5dd54387a7
commit
e8bcabdf87
@ -12,7 +12,11 @@ shadow = true
|
||||
#no-dock-shadow = true
|
||||
|
||||
# Disable shadow for drag-and-drop functionality
|
||||
no-dnd-shadow = true
|
||||
wintypes: {
|
||||
dnd = {
|
||||
shadow = false
|
||||
}
|
||||
}
|
||||
|
||||
# Fade windows when you open and close them, as well as change workspaces
|
||||
fading = true
|
||||
|
Loading…
Reference in New Issue
Block a user