update: init input config

This commit is contained in:
2026-05-29 17:47:59 -04:00
parent a50825151c
commit d97d7219e5
3 changed files with 41 additions and 0 deletions
+6
View File
@@ -6,6 +6,12 @@ settings["hostname"] = ""
---@type "desktop"|"laptop"
settings["profile"] = "desktop"
---@type boolean
settings["touchpad_natural_scroll"] = true
---@type string
settings["kb_layout"] = "us"
---@type "catppuccin"|"catppuccin-mocha"
settings["colorscheme"] = "catppuccin"