From fa3b4687c22e56cf90d6060d38a4849633fc2aa4 Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire Date: Tue, 1 Mar 2022 02:08:56 -0300 Subject: [PATCH] start nextcloud on startup --- .config/qtile/autostart.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/qtile/autostart.sh b/.config/qtile/autostart.sh index 1561e8b..233d876 100755 --- a/.config/qtile/autostart.sh +++ b/.config/qtile/autostart.sh @@ -27,6 +27,9 @@ nm-applet & # Start volume bar ~/.config/xob/volume.sh & +# Start nextcloud +nextcloud --background & + # Run xidlehook xidlehook \ `# Don't lock when there's a fullscreen application` \