Skip to content

Commit c001b3f

Browse files
committed
update/fix layout
1 parent 2194c2f commit c001b3f

File tree

11 files changed

+161
-129
lines changed

11 files changed

+161
-129
lines changed

Cargo.lock

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cross.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build]
22
pre-build = [
3-
"dpkg --add-architecture $CROSS_DEB_ARCH",
4-
"apt update && apt install -y libdbus-1-dev:$CROSS_DEB_ARCH pkg-config:$CROSS_DEB_ARCH ",
3+
"dpkg --add-architecture $CROSS_DEB_ARCH",
4+
"apt update && apt install -y libdbus-1-dev:$CROSS_DEB_ARCH pkg-config:$CROSS_DEB_ARCH ",
55
]

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ This will produce an executable file at `target/release/bluetui` that you can co
101101

102102
`Space or Enter`: Pair the device.
103103

104-
## Custom keybindings
104+
## Config
105105

106106
Keybindings can be customized in the default config file location `$HOME/.config/bluetui/config.toml` or from a custom path with `-c`
107107

0 commit comments

Comments
 (0)