From 720b53cddb909ab8df73d23551ae8ff9b03a33ea Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Sun, 31 Jul 2022 19:59:54 +0000 Subject: [PATCH] Add horlamca's compositor start script --- home/.xlaunch.d.horlamca/compositor | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 home/.xlaunch.d.horlamca/compositor diff --git a/home/.xlaunch.d.horlamca/compositor b/home/.xlaunch.d.horlamca/compositor new file mode 100755 index 0000000..a8a36ef --- /dev/null +++ b/home/.xlaunch.d.horlamca/compositor @@ -0,0 +1,8 @@ +#! /bin/bash + +picom \ + --shadow \ + --config ~/.compton.conf \ + & +# --active-opacity=0.85 \ +# --inactive-opacity=0.65 \ -- 2.20.1