14 lines
311 B
TOML
14 lines
311 B
TOML
# latchd config — see src/config/config.go for all defaults.
|
|
# only include values you want to override.
|
|
|
|
# tty = 2
|
|
# pam_service = "latchd"
|
|
# system_shell = "/bin/sh"
|
|
# focus_behaviour = "default"
|
|
|
|
[power_controls]
|
|
# [[power_controls.entries]]
|
|
# hint = "Hibernate"
|
|
# key = "F3"
|
|
# cmd = "systemctl hibernate"
|