Add nextcloud client autostart

This commit is contained in:
Marty Oehme 2019-12-02 19:02:21 +01:00
parent 9b4dd143f7
commit 2915f036fd

View file

@ -70,6 +70,9 @@ type greenclip >/dev/null 2>&1 && greenclip daemon &
# -R restores the last colorscheme that was in use.
type wal >/dev/null 2>&1 && wal -R &
# if nextcloud-client exists, start it up
type nextcloud >/dev/null 2>&1 && nextcloud --background &
# additional config options for Touchpad devices ONLY
if [ $(dmesg | grep -c "Touchpad") -gt 0 ]; then
# enable touch tapping for XPS13 touchpad - for different devices get the touchpad name with xinput list-prop <TAB>