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