summaryrefslogtreecommitdiff
path: root/rofi/.config
diff options
context:
space:
mode:
authorShubham Saini <shubham6405@gmail.com>2019-12-03 08:34:44 +0000
committerShubham Saini <shubham6405@gmail.com>2019-12-03 08:34:44 +0000
commit71424d3b1df8e15f0d553e61685fd3f9b1292c7c (patch)
treef739935316617e644f20c4668cabdbdb6d28fd23 /rofi/.config
parentcb17ff8f1c8001bd085d8d9cc7781f5b2110b302 (diff)
stow is amazing
Diffstat (limited to 'rofi/.config')
-rwxr-xr-xrofi/.config/rofi/rofi-power.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/rofi/.config/rofi/rofi-power.sh b/rofi/.config/rofi/rofi-power.sh
index 2b6f3ab..6aecdbb 100755
--- a/rofi/.config/rofi/rofi-power.sh
+++ b/rofi/.config/rofi/rofi-power.sh
@@ -21,16 +21,16 @@ 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 sudo zzz 30 suspend
31 ;; 31 ;;
32 Lock) 32 Lock)
33 /home/ssaini/.config/lock.sh 33 light-locker-command -l
34 ;; 34 ;;
35 *) 35 *)
36 ;; 36 ;;