[qtile] Fixed error in startup script
This commit is contained in:
parent
8dc21f5cdc
commit
905ad5cc27
1 changed files with 3 additions and 2 deletions
|
@ -9,5 +9,6 @@ xmodmap ~/.Xmodmap
|
||||||
picom -b
|
picom -b
|
||||||
/usr/lib/kdeconnectd &
|
/usr/lib/kdeconnectd &
|
||||||
redshift &
|
redshift &
|
||||||
exec --no-startup-id /usr/lib/pam_kwallet_initett
|
/usr/lib/pam_kwallet_init &
|
||||||
nextcloud &
|
# wait for kwallet to unlock before launching nextcloud
|
||||||
|
sleep 60 && nextcloud &
|
||||||
|
|
Loading…
Reference in a new issue