(Fix): Fixed extra directory not existing and populating the directory.

This commit is contained in:
2026-07-18 21:05:09 +05:30
parent 30c396ab9e
commit 89fafb892b
4 changed files with 74 additions and 0 deletions

13
extra/config.toml Normal file
View File

@@ -0,0 +1,13 @@
# 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"