forked from NotAShelf/beer
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:
parent
9df4e8fb8a
commit
ccc30d1bbd
7 changed files with 324 additions and 29 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue