From e252e379a21890983491655e2415322b1a54198d Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 21 May 2019 23:17:31 -0400 Subject: [PATCH] reboot fix --- .config/sxhkd/sxhkdrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index a77f25cb..ba17a4dc 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -38,7 +38,7 @@ super + Insert super + shift + x prompt "Shutdown computer?" "sudo -A shutdown -h now" super + shift + BackSpace - prompt "Reboot computer?" "sudo -A shutdown -h now" + prompt "Reboot computer?" "sudo -A shutdown -r now" super + x mpc pause; pauseallmpv; i3lock -e -f -c 1d2021; xset dpms force off XF86Launch1