mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-16 11:51:13 +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
|
#no-dock-shadow = true
|
||||||
|
|
||||||
# Disable shadow for drag-and-drop functionality
|
# 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
|
# Fade windows when you open and close them, as well as change workspaces
|
||||||
fading = true
|
fading = true
|
||||||
|
Loading…
Reference in New Issue
Block a user