config: load beer.toml and apply font, geometry, scrollback, word delimiters

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I5008a74307d856f9df472776cb66c8b06a6a6964
This commit is contained in:
raf 2026-06-25 10:23:10 +03:00
commit ccc30d1bbd
No known key found for this signature in database
GPG key ID: 29D95B64378DB4BF
7 changed files with 324 additions and 29 deletions

View file

@ -9,7 +9,7 @@ readme = true
[dependencies]
anyhow = "1.0.102"
calloop = "0.14.4"
calloop = { version = "0.14.4", features = ["signals"] }
calloop-wayland-source = "0.4.1"
fontconfig = "0.11.0"
freetype-rs = "0.38.0"
@ -22,8 +22,10 @@ rustix = { version = "1.1.4", features = [
"stdio",
"fs",
] }
serde = { version = "1.0.228", features = ["derive"] }
smithay-client-toolkit = "0.20.0"
thiserror = "2.0.18"
toml = "0.9"
tracing = "0.1.44"
tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }
unicode-width = "0.2.2"