From 57ee95b2b6b183abba8776bdbf2ca1fe326de36f Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Mon, 10 Aug 2020 10:59:10 +0200 Subject: [PATCH] [qtile] Launch network-manager applet --- qtile/startup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/qtile/startup.sh b/qtile/startup.sh index b7f9efc..3e94421 100755 --- a/qtile/startup.sh +++ b/qtile/startup.sh @@ -10,5 +10,6 @@ picom -b /usr/lib/kdeconnectd & /usr/bin/kdeconnect-indicator & redshift-gtk & +nm-applet & /usr/lib/pam_kwallet_init & ~/dotfiles/scripts/nextcloud-kwallet.sh &