diff options
Diffstat (limited to '')
-rw-r--r-- | .config/compton.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/compton.conf b/.config/compton.conf new file mode 100644 index 0000000..249ac53 --- /dev/null +++ b/.config/compton.conf @@ -0,0 +1,6 @@ +# basic configuration +backend = "glx"; +paint-on-overlay = true; +glx-no-stencil = true; +vsync = "opengl-swc"; +unredir-if-possible = false; |