From 3a37fcae641364597fff8d2f7ed9c6d2456293fe Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Mon, 14 Aug 2017 01:16:57 -0400 Subject: [PATCH] Add kdeconnect to boot --- i3/config | 2 ++ 1 file changed, 2 insertions(+) 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