From a06af42be30882ef3562c6598de33853cccca375 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 30 Jun 2024 11:46:14 +0300 Subject: [PATCH] sway/config.d/autostart-utilities.conf: uncomment nm-applet, update comment --- conf/sway/config.d/autostart-utilities.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/conf/sway/config.d/autostart-utilities.conf b/conf/sway/config.d/autostart-utilities.conf index 517c1b90..4839bba3 100644 --- a/conf/sway/config.d/autostart-utilities.conf +++ b/conf/sway/config.d/autostart-utilities.conf @@ -17,8 +17,9 @@ exec --no-startup-id foot exec --no-startup-id foot --title=htop htop # NetworkManager Applet. -# Note: handle WiFi with iwd directly. Use this for ethernet or just 3G. -#exec --no-startup-id sleep 15 && nm-applet --indicator +# Note: handle WiFi with iwd directly. Use this for ethernet, mobile broadband +# modems, VPN, Firefox location provider and similar. +exec --no-startup-id sleep 15 && nm-applet --indicator # Mullvad GUI/tray #exec --no-startup-id sh -c "/opt/Mullvad\ VPN/mullvad-gui"