forked from e16/e16
1
0
Fork 0

docs: Add forgotten misc.session.cmd_lock

This commit is contained in:
Kim Woelders 2023-10-30 05:36:38 +01:00
parent fa5c7897b5
commit d317a785ac
1 changed files with 2 additions and 0 deletions

View File

@ -1083,6 +1083,8 @@ misc.session.enable_reboot_halt = 0
misc.session.cmd_reboot = reboot
# [string] Halt command
misc.session.cmd_halt = poweroff
# [string] Lock command (if set, option is shown in logout dialog)
misc.session.cmd_lock =
# [string] Suspend command (if set, option is shown in logout dialog)
misc.session.cmd_suspend =
# [string] Hibernate command (if set, option is shown in logout dialog)