diff options
Diffstat (limited to 'rofi')
-rwxr-xr-x | rofi/.config/rofi/rofi-power.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rofi/.config/rofi/rofi-power.sh b/rofi/.config/rofi/rofi-power.sh index 67f6814..4cc4080 100755 --- a/rofi/.config/rofi/rofi-power.sh +++ b/rofi/.config/rofi/rofi-power.sh | |||
@@ -21,10 +21,10 @@ then | |||
21 | eval $1 | 21 | eval $1 |
22 | ;; | 22 | ;; |
23 | Reboot) | 23 | Reboot) |
24 | sudo reboot | 24 | reboot |
25 | ;; | 25 | ;; |
26 | Shut-down) | 26 | Shut-down) |
27 | sudo poweroff | 27 | poweroff |
28 | ;; | 28 | ;; |
29 | Suspend) | 29 | Suspend) |
30 | suspend | 30 | suspend |