diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-18 21:12:36 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-18 21:12:36 +0200 |
commit | 8d2657b2884293d060a89e1ce7310774fb80542f (patch) | |
tree | 1b9cce33e45f7fc0270e164d89caaff483a4b249 /.config | |
parent | Added dunst and neovim configs (diff) | |
download | dotfiles-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.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; |