From 256ff4c43c4617fda4289150c6614a334650c491 Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Tue, 18 Feb 2020 17:50:03 +0530 Subject: ... --- rofi/.config/rofi/rofi-power.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rofi') diff --git a/rofi/.config/rofi/rofi-power.sh b/rofi/.config/rofi/rofi-power.sh index 6aecdbb..67f6814 100755 --- a/rofi/.config/rofi/rofi-power.sh +++ b/rofi/.config/rofi/rofi-power.sh @@ -21,16 +21,16 @@ then eval $1 ;; Reboot) - reboot + sudo reboot ;; Shut-down) - poweroff + sudo poweroff ;; Suspend) suspend ;; Lock) - light-locker-command -l + /home/ssaini/.local/bin/lock ;; *) ;; -- cgit v1.2.3