From a82a3bdc99272c6d3edecbb810ae672bb18e3abf Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Sat, 22 Feb 2020 12:42:19 +0530 Subject: ... --- rofi/.config/rofi/rofi-power.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rofi') 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 eval $1 ;; Reboot) - sudo reboot + reboot ;; Shut-down) - sudo poweroff + poweroff ;; Suspend) suspend -- cgit v1.2.3