diff options
Diffstat (limited to '.config/picom.conf')
-rw-r--r-- | .config/picom.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/picom.conf b/.config/picom.conf index bf0256f..57c69aa 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -4,7 +4,7 @@ backend = "glx"; paint-on-overlay = true; vsync = true; unredir-if-possible = true; -no-use-damage = true; +no-use-damage = false; # Inactive windows diming # inactive-dim = 0.10; |