Add horlamca's compositor start script
authorSiraaj Khandkar <siraaj@khandkar.net>
Sun, 31 Jul 2022 19:59:54 +0000 (19:59 +0000)
committerSiraaj Khandkar <siraaj@khandkar.net>
Sun, 31 Jul 2022 20:01:24 +0000 (20:01 +0000)
home/.xlaunch.d.horlamca/compositor [new file with mode: 0755]

diff --git a/home/.xlaunch.d.horlamca/compositor b/home/.xlaunch.d.horlamca/compositor
new file mode 100755 (executable)
index 0000000..a8a36ef
--- /dev/null
@@ -0,0 +1,8 @@
+#! /bin/bash
+
+picom \
+    --shadow \
+    --config ~/.compton.conf \
+    &
+#    --active-opacity=0.85 \
+#    --inactive-opacity=0.65 \
This page took 0.026454 seconds and 4 git commands to generate.