From ca1d39fcc0441c44b1c312e5e0d43f934c814596 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Thu, 23 May 2019 22:53:46 -0400 Subject: [PATCH] reboot fix and xorg exit --- .config/sxhkd/sxhkdrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index d5a3c14..2211c98 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -40,7 +40,9 @@ 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 + shift + Escape + prompt 'Leave Xorg?' 'killall Xorg' super + x mpc pause; pauseallmpv; i3lock -e -f -c 1d2021; xset dpms force off XF86Launch1