aboutsummaryrefslogtreecommitdiff
path: root/picom
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-08-17 00:07:01 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-08-19 16:13:24 +1200
commit58475d45e805abef7b2b69f0a275a0ed358f1daf (patch)
treee4f8aa1c31a16dc4f97d11e75c5c64a900a158d4 /picom
parentSwitch from compton to picom (diff)
downloaddotfiles-58475d45e805abef7b2b69f0a275a0ed358f1daf.tar.gz
dotfiles-58475d45e805abef7b2b69f0a275a0ed358f1daf.zip
Add target and config for picom
This is mostly cribbed from the sample config, but it's already looking pretty good.
Diffstat (limited to 'picom')
-rw-r--r--picom/picom.conf13
-rw-r--r--picom/xsession.d/picom.sh2
2 files changed, 15 insertions, 0 deletions
diff --git a/picom/picom.conf b/picom/picom.conf
new file mode 100644
index 00000000..608a2090
--- /dev/null
+++ b/picom/picom.conf
@@ -0,0 +1,13 @@
+backend = "glx";
+fade-delta = 15
+fade-in-step = 0.01;
+fade-out-step = 0.01;
+fading = true;
+frame-opacity = 0.95;
+glx-no-rebind-pixmap = true
+inactive-dim = 0.1
+inactive-opacity = 0.95;
+no-fading-openclose = true
+shadow = true;
+use-damage = true;
+vsync = true;
diff --git a/picom/xsession.d/picom.sh b/picom/xsession.d/picom.sh
new file mode 100644
index 00000000..1b5807ff
--- /dev/null
+++ b/picom/xsession.d/picom.sh
@@ -0,0 +1,2 @@
+# Start X compositor
+picom &