diff options
Diffstat (limited to 'scripts/powermenu')
-rwxr-xr-x | scripts/powermenu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/powermenu b/scripts/powermenu index 49b8f3e..a1ac5f4 100755 --- a/scripts/powermenu +++ b/scripts/powermenu @@ -1,2 +1,3 @@ #!/bin/sh + printf "suspend\nreboot\npoweroff\nhibernate" | rofi -dmenu -p "systemctl" | xargs -r systemctl |