From bf48e538e8627613bf1d04f5f17866dc60a32106 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Mon, 10 Aug 2020 10:58:58 +0200 Subject: [PATCH] [qtile] Launch kdeconnect-indicator --- qtile/startup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/qtile/startup.sh b/qtile/startup.sh index c0e9c66..b7f9efc 100755 --- a/qtile/startup.sh +++ b/qtile/startup.sh @@ -8,6 +8,7 @@ syncthing & xmodmap ~/.Xmodmap picom -b /usr/lib/kdeconnectd & +/usr/bin/kdeconnect-indicator & redshift-gtk & /usr/lib/pam_kwallet_init & ~/dotfiles/scripts/nextcloud-kwallet.sh &