scripts/xpowermenu.sh

8 lines
146 B
Bash
Executable File

#!/bin/sh
cat <<EOF | xmenu -i | sh &
 Log Out sudo kill dwm
 Reboot sudo reboot
 Hibernate sudo zzz
 Shut Down sudo poweroff
EOF