dot/scripts/powermenu
2023-07-27 02:29:40 +02:00

3 lines
110 B
Bash
Executable file

#!/bin/sh
printf "%s\n" "pm-suspend" "pm-hibernate" "reboot" "poweroff" | rofi -dmenu -p "power" | xargs -r