summaryrefslogtreecommitdiffstats
path: root/.config/picom.conf
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-04-30 16:38:33 +0200
committerJoe <bousset.rudy@gmail.com>2022-04-30 16:38:33 +0200
commitc5741b4e39568d9d7edf7a2285ee2b8d82d397bc (patch)
tree3ef5cc19be3d283c0399a1b7d581eef560717402 /.config/picom.conf
parentrevert (diff)
downloaddotfiles-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/picom.conf')
-rw-r--r--.config/picom.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/picom.conf b/.config/picom.conf
new file mode 100644
index 0000000..8db373f
--- /dev/null
+++ b/.config/picom.conf
@@ -0,0 +1,10 @@
+# basic configuration
+backend = "xrender";
+paint-on-overlay = true;
+vsync = true;
+unredir-if-possible = true;
+no-fading-openclose = true;
+
+# Inactive windows diming
+inactive-dim = 0.10;
+inactive-dim-fixed = true;