From 905ad5cc27e506027f6c9e20bd73de13d9ef0e72 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sun, 2 Aug 2020 22:16:56 +0200 Subject: [PATCH] [qtile] Fixed error in startup script --- qtile/startup.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/qtile/startup.sh b/qtile/startup.sh index 9cca283..ca42f9b 100755 --- a/qtile/startup.sh +++ b/qtile/startup.sh @@ -9,5 +9,6 @@ xmodmap ~/.Xmodmap picom -b /usr/lib/kdeconnectd & redshift & -exec --no-startup-id /usr/lib/pam_kwallet_initett -nextcloud & +/usr/lib/pam_kwallet_init & +# wait for kwallet to unlock before launching nextcloud +sleep 60 && nextcloud &