From 38e07333b588095124b32e7ae60ae9e288358250 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 19 Jun 2026 22:00:26 +0200 Subject: Improve network menu (maybe) --- .profile | 1 + 1 file changed, 1 insertion(+) diff --git a/.profile b/.profile index bdffbdf..6a51b62 100644 --- a/.profile +++ b/.profile @@ -41,6 +41,7 @@ alias c='iwctl station wlan0 connect' alias e='doas ip link set eth1 up && doas udhcpc -i eth1 -n' alias d='iwctl station wlan0 disconnect' wm() { + iwctl station wlan0 scan iwctl station wlan0 get-networks | \ uncolor | tail -n -4 | head -n -1 | \ grep -e '^ ' | sed 's/^ //' | sed 's/ .*//' | \ -- cgit v1.3