add yaml configuration

Example:

	%YAML 1.2
	---
	longpress_ms: 600
	repeat_ms: 25

	layout: latn_qwerty_us.xml

	wayland:
	  height: 185
This commit is contained in:
Richard Acayan 2024-08-08 17:51:56 -04:00
parent 7d36dfaf89
commit d884e71d86
10 changed files with 42 additions and 33 deletions

View file

@ -20,6 +20,7 @@ wayland-protocols = { version = "0.32.2", features = ["client", "staging", "unst
wayland-protocols-wlr = { version = "0.3.2", features = ["client"] }
wayland-scanner = "0.31.3"
xkeysym = "0.2.0"
yaml-rust2 = "0.8.1"
zbus = { version = "4.4.0", default-features = false, features = ["tokio"] }
[build-dependencies]