dmenu-wifi/README.md

23 lines
247 B
Markdown
Raw Normal View History

2022-08-13 22:20:17 +08:00
# dmenu-wifi
2022-08-13 22:21:10 +08:00
### requirements
2022-08-13 23:05:41 +08:00
```
networkmanager-cli
networkmanager-wifi
```
2022-08-13 22:21:10 +08:00
### install
2022-08-13 23:05:41 +08:00
```
make install
```
make `nmcli` nopasswd
```
2022-08-13 23:06:26 +08:00
echo "ALL ALL=(ALL:ALL) NOPASSWD: /usr/bin/nmcli" >> /etc/sudoers
2022-08-13 23:05:41 +08:00
```
2022-08-13 22:20:17 +08:00
2022-08-13 22:21:10 +08:00
### uninstall
2022-08-13 23:05:41 +08:00
```
make uninstall
```