mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-19 19:05:22 +02:00
picom: Update deprecated no-dnd-shadow to wintypes
Now picom doesn't show deprecation messages anymore.
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user