diff options
| -rw-r--r-- | .config/compton.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/compton.conf b/.config/compton.conf index 588a6c8..949bcae 100644 --- a/.config/compton.conf +++ b/.config/compton.conf @@ -4,4 +4,4 @@ paint-on-overlay = true; glx-no-stencil = true; glx-no-rebind-pixmap = true; vsync = "opengl-swc"; -uredir-if-possible = false; +unredir-if-possible = false; |
