From a812d221be1bb08a502646519614cb7eb1b7ef6b Mon Sep 17 00:00:00 2001 From: paul-loedige Date: Sun, 21 Mar 2021 20:28:11 +0100 Subject: [PATCH] added picom to autostart --- qtile/.config/qtile/autostart.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qtile/.config/qtile/autostart.sh b/qtile/.config/qtile/autostart.sh index 7debb4b..58e9372 100755 --- a/qtile/.config/qtile/autostart.sh +++ b/qtile/.config/qtile/autostart.sh @@ -8,4 +8,5 @@ nextcloud & timeshift & numlockx & redshift-gtk -t 6500:3600 & -udiskie -t & \ No newline at end of file +udiskie -t & +picom & \ No newline at end of file