diff --git a/files/bin/rofi-powermenu b/files/bin/rofi-powermenu index 11592e2..ef460bc 100755 --- a/files/bin/rofi-powermenu +++ b/files/bin/rofi-powermenu @@ -16,7 +16,7 @@ chosen="$(echo -e "$options" | rofi -dmenu -p Shutdown? -no-custom -lines 5)" case $chosen in $power_off) - systemctl poweroff + systemctl poweroff -i ;; $reboot) systemctl reboot @@ -25,6 +25,7 @@ case $chosen in xdotool key "Super_L+l" ;; $suspend) + xdotool key "Super_L+l" systemctl suspend ;; $log_out)