From 26353a4a81f93baddf916d02932844f5cd5bd79c Mon Sep 17 00:00:00 2001 From: paul-loedige Date: Mon, 1 Mar 2021 15:06:49 +0100 Subject: [PATCH] modified 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 673fd1d..7debb4b 100755 --- a/qtile/.config/qtile/autostart.sh +++ b/qtile/.config/qtile/autostart.sh @@ -1,4 +1,5 @@ #!/bin/sh +sleep 1 nitrogen --restore & bash .screenlayout/layout.sh & pulseaudio-ctl set 50 & @@ -7,4 +8,4 @@ nextcloud & timeshift & numlockx & redshift-gtk -t 6500:3600 & -udiskie & \ No newline at end of file +udiskie -t & \ No newline at end of file