Add nextcloud client autostart
This commit is contained in:
parent
9b4dd143f7
commit
2915f036fd
1 changed files with 3 additions and 0 deletions
3
.xinitrc
3
.xinitrc
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue