diff options
author | Joe <bousset.rudy@gmail.com> | 2022-04-30 16:38:33 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-04-30 16:38:33 +0200 |
commit | c5741b4e39568d9d7edf7a2285ee2b8d82d397bc (patch) | |
tree | 3ef5cc19be3d283c0399a1b7d581eef560717402 /.config/compton.conf | |
parent | revert (diff) | |
download | dotfiles-bsd-c5741b4e39568d9d7edf7a2285ee2b8d82d397bc.tar.gz dotfiles-bsd-c5741b4e39568d9d7edf7a2285ee2b8d82d397bc.tar.bz2 dotfiles-bsd-c5741b4e39568d9d7edf7a2285ee2b8d82d397bc.tar.xz dotfiles-bsd-c5741b4e39568d9d7edf7a2285ee2b8d82d397bc.tar.zst dotfiles-bsd-c5741b4e39568d9d7edf7a2285ee2b8d82d397bc.zip |
switched to picom
Diffstat (limited to '.config/compton.conf')
-rw-r--r-- | .config/compton.conf | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.config/compton.conf b/.config/compton.conf deleted file mode 100644 index 617ed93..0000000 --- a/.config/compton.conf +++ /dev/null @@ -1,10 +0,0 @@ -# basic configuration -backend = "glx"; -paint-on-overlay = true; -glx-no-stencil = true; -vsync = "opengl-swc"; -unredir-if-possible = false; - -# Inactive windows diming -inactive-dim = 0.06; -inactive-dim-fixed = true; |