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