suckless-utils/scripts/shutdown
Alexis Jhon Gaspar 84c403c9c1 Replacing layoutmenu baackend with jgmenu
- Included jgmenu configs
- Replaced spmenu with jgmenu for the script backend
- SeamlessRestart integrated in dwm
- xmenu backend still available, though it is redundant (due to dwmc)
2023-09-29 22:25:56 +08:00

14 lines
364 B
Bash
Executable file

#!/bin/sh
# This simple script uses dmenu to ask the user what they wanna do.
# Only works with systemd for now.
cat <<EOF | jgmenu --simple --at-pointer
󰐥 Shutdown, systemctl poweroff
󰜉 Reboot, systemctl reboot
󰗼 Exit, dwmc quit
󰌾 Lock session, slock
󰤁 Suspend, systemctl suspend
󰤄 Hibernate, systemctl hibernate
󰚌 Kill X, xkill -a
EOF