aboutsummaryrefslogtreecommitdiff
path: root/rxmenu-telinit
blob: 38ffd8e79e69d89fd2a7dc284244de32d9fa6581 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

# NOTE: telinit must be setuid or otherwise usable by the user

t="$(dmenu telinit << EOF
0
2
3
6
EOF
)"
notify-send "telinit $t" "$(telinit "$t" 2>&1)"