diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-06-25 17:34:25 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-06-25 17:47:44 +0200 |
| commit | 1fafd18793d3753e9e2acae2cdf3c9f8fe02f1ae (patch) | |
| tree | 5a5cfb10b5be97fd11da43821cb17571452a1463 /.profile | |
| parent | 38e07333b588095124b32e7ae60ae9e288358250 (diff) | |
| download | config-1fafd18793d3753e9e2acae2cdf3c9f8fe02f1ae.tar.gz config-1fafd18793d3753e9e2acae2cdf3c9f8fe02f1ae.zip | |
Remove broken wifi management function and install iwgtk instead
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 8 |
1 files changed, 0 insertions, 8 deletions
| @@ -37,16 +37,8 @@ alias svi='vi "+so $HOME/.virc-spaces"' | |||
| 37 | 37 | ||
| 38 | # Network management | 38 | # Network management |
| 39 | alias w='iwctl station wlan0 get-networks' | 39 | alias w='iwctl station wlan0 get-networks' |
| 40 | alias c='iwctl station wlan0 connect' | ||
| 41 | alias e='doas ip link set eth1 up && doas udhcpc -i eth1 -n' | 40 | alias e='doas ip link set eth1 up && doas udhcpc -i eth1 -n' |
| 42 | alias d='iwctl station wlan0 disconnect' | 41 | alias d='iwctl station wlan0 disconnect' |
| 43 | wm() { | ||
| 44 | iwctl station wlan0 scan | ||
| 45 | iwctl station wlan0 get-networks | \ | ||
| 46 | uncolor | tail -n -4 | head -n -1 | \ | ||
| 47 | grep -e '^ ' | sed 's/^ //' | sed 's/ .*//' | \ | ||
| 48 | fzf | xargs iwctl station wlan0 connect | ||
| 49 | } | ||
| 50 | 42 | ||
| 51 | # Email management (mblaze) | 43 | # Email management (mblaze) |
| 52 | MAIL=$HOME/mail | 44 | MAIL=$HOME/mail |
