Add kdeconnect to boot

This commit is contained in:
Austen Adler 2017-08-14 01:16:57 -04:00
parent 25f63d5d06
commit 3a37fcae64

View File

@ -196,4 +196,6 @@ exec --no-startup-id /usr/bin/numlockx
exec --no-startup-id firefox -p sync || firefox-bin -p sync
# Start syncthing if it hasn't already been started
exec --no-startup-id /bin/zsh -c 'pidof syncthing||screen -dmS syncthing ~/bin/syncthing'
# Start kdeconnect
exec --no-startup-id "~/bin/indicator-kdeconnect"
# vim: ts=2:sw=2:et