From 1fafd18793d3753e9e2acae2cdf3c9f8fe02f1ae Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 25 Jun 2026 17:34:25 +0200 Subject: Remove broken wifi management function and install iwgtk instead --- .profile | 8 -------- 1 file changed, 8 deletions(-) (limited to '.profile') diff --git a/.profile b/.profile index 6a51b62..405befe 100644 --- a/.profile +++ b/.profile @@ -37,16 +37,8 @@ alias svi='vi "+so $HOME/.virc-spaces"' # Network management alias w='iwctl station wlan0 get-networks' -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/ .*//' | \ - fzf | xargs iwctl station wlan0 connect -} # Email management (mblaze) MAIL=$HOME/mail -- cgit v1.3