diff options
Diffstat (limited to '')
-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 57c69aa..e4018b8 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -1,7 +1,7 @@ # basic configuration # experimental-backends = true; backend = "glx"; -paint-on-overlay = true; +# paint-on-overlay = true; vsync = true; unredir-if-possible = true; no-use-damage = false; |