dot/scripts/powermenu

4 lines
110 B
Bash
Executable File

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