Add placeholders for locking, suspend, hibernate
This commit is contained in:
parent
2743f421ee
commit
d5092cb54e
@ -131,14 +131,18 @@ bind = ALT_$mod, L, exit,
|
|||||||
bind = $mod, x, submap, | (S)hutdown, (R)eboot, (E)xit |
|
bind = $mod, x, submap, | (S)hutdown, (R)eboot, (E)xit |
|
||||||
# power management submap
|
# power management submap
|
||||||
submap = | (S)hutdown, (R)eboot, (E)xit |
|
submap = | (S)hutdown, (R)eboot, (E)xit |
|
||||||
# logout
|
|
||||||
bind = , e, exit,
|
|
||||||
# lock
|
# lock
|
||||||
# TODO
|
# TODO
|
||||||
|
# logout
|
||||||
|
bind = , e, exit,
|
||||||
# poweroff
|
# poweroff
|
||||||
bind = , s, exec, systemctl poweroff
|
bind = , s, exec, systemctl poweroff
|
||||||
# reboot
|
# reboot
|
||||||
bind = , r, exec, systemctl reboot
|
bind = , r, exec, systemctl reboot
|
||||||
|
# suspend
|
||||||
|
# TODO
|
||||||
|
# hibernate
|
||||||
|
# TODO
|
||||||
|
|
||||||
# use reset to go back to the global submap
|
# use reset to go back to the global submap
|
||||||
bind=,escape,submap,reset
|
bind=,escape,submap,reset
|
||||||
|
Loading…
Reference in New Issue
Block a user