summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-18 21:12:36 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-18 21:12:36 +0200
commit8d2657b2884293d060a89e1ce7310774fb80542f (patch)
tree1b9cce33e45f7fc0270e164d89caaff483a4b249 /.config
parentAdded dunst and neovim configs (diff)
downloaddotfiles-bsd-8d2657b2884293d060a89e1ce7310774fb80542f.tar.gz
dotfiles-bsd-8d2657b2884293d060a89e1ce7310774fb80542f.tar.bz2
dotfiles-bsd-8d2657b2884293d060a89e1ce7310774fb80542f.tar.xz
dotfiles-bsd-8d2657b2884293d060a89e1ce7310774fb80542f.tar.zst
dotfiles-bsd-8d2657b2884293d060a89e1ce7310774fb80542f.zip
Added compton config
Diffstat (limited to '')
-rw-r--r--.config/compton.conf6
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;