mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
fix(hibernate in sxhkd)
I'm not too sure what `zzz` is, but in i3 it is achieved a separate way. Hibernate should work now.
This commit is contained in:
parent
6c8147ea60
commit
1eb8a12dfb
@ -125,7 +125,7 @@ XF86PowerOff
|
|||||||
XF86Calculator
|
XF86Calculator
|
||||||
$TERMINAL -e bc
|
$TERMINAL -e bc
|
||||||
XF86Sleep
|
XF86Sleep
|
||||||
prompt 'Hibernate computer?' 'sudo -A zzz'
|
prompt 'Hibernate computer?' 'sudo -A systemctl suspend'
|
||||||
XF86WWW
|
XF86WWW
|
||||||
$BROWSER
|
$BROWSER
|
||||||
XF86DOS
|
XF86DOS
|
||||||
@ -151,7 +151,7 @@ super + F3
|
|||||||
displayselect
|
displayselect
|
||||||
# Hibernate
|
# Hibernate
|
||||||
super + F4
|
super + F4
|
||||||
prompt 'Hibernate computer?' 'sudo -A zzz -Z'
|
prompt 'Hibernate computer?' 'sudo -A systemctl suspend'
|
||||||
super + F5 is unbound.
|
super + F5 is unbound.
|
||||||
# Start torrent daemon/open interface
|
# Start torrent daemon/open interface
|
||||||
super + F6
|
super + F6
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user