diff --git a/i3/config b/i3/config index 061612a..e133a54 100644 --- a/i3/config +++ b/i3/config @@ -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