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
This commit is contained in:
Aminda Suomalainen 2023-01-31 18:33:05 +02:00
parent 070495932e
commit d6bf8ed378
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 3 additions and 2 deletions

View File

@ -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"