5 lines
103 B
Plaintext
5 lines
103 B
Plaintext
|
#!/bin/sh
|
||
|
# designed to be called from sxhkd (x session)
|
||
|
|
||
|
[ "$(pgrep NetworkManager)" ] && st -e nmtui
|