(12-09-2019, 04:03 PM)stamper Wrote: I have no experience with Wayland & Sway, but have gotten Bemenu, Termite, and Firefox to work.
Unfortunately, I'm unsure about how to connect to wifi networks and am assuming that the KDE network manager doesn't run on Wayland.
Does anyone know a way to do this?
(Do you have to disable the kde network services and install something like wicd? If so what exactly needs to be done.)
Thank you
For now, as work around, I use this script:
> cat ~/bin/nmgui
#!/bin/sh
nm-applet 2>&1 > /dev/null &
stalonetray 2>&1 > /dev/null
killall nm-applet