From d6bf8ed37887f51cf99ca9ce8d037308465f353f Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 31 Jan 2023 18:33:05 +0200 Subject: [PATCH] sway/autostart-utilities: restore nm-applet & note to do everything with iwd The trick to peaceful co-existence of NM&iwd is doing everything with iwd and ignoring NM exists --- 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 54441493..1483f7ad 100644 --- a/conf/sway/config.d/autostart-utilities.conf +++ b/conf/sway/config.d/autostart-utilities.conf @@ -20,8 +20,9 @@ exec --no-startup-id foot --title=iwd\ log journalctl -u iwd -f exec --no-startup-id foot --title=unbound\ log journalctl -u unbound -f exec --no-startup-id foot --title=chronyd\ log journalctl -u chronyd -f -# NetworkManager Applet -#exec --no-startup-id nm-applet --indicator +# NetworkManager Applet. +# Note: handle WiFi with iwd directly. Use this for ethernet or just 3G. +exec --no-startup-id nm-applet --indicator # Mullvad GUI/tray #exec --no-startup-id sh -c "/opt/Mullvad\ VPN/mullvad-gui"