diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-05-23 22:53:46 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-05-23 22:53:46 -0400 |
| commit | ca1d39fcc0441c44b1c312e5e0d43f934c814596 (patch) | |
| tree | 3d179b732b2a5b8436207939f9d35ff62aae9ead /.config/sxhkd | |
| parent | 4a46d1996e4f4cd70de18fa95bb8c4476872f109 (diff) | |
| download | eibhear-ca1d39fcc0441c44b1c312e5e0d43f934c814596.tar.gz eibhear-ca1d39fcc0441c44b1c312e5e0d43f934c814596.tar.zst eibhear-ca1d39fcc0441c44b1c312e5e0d43f934c814596.zip | |
reboot fix and xorg exit
Diffstat (limited to '.config/sxhkd')
| -rw-r--r-- | .config/sxhkd/sxhkdrc | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
