diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-01-20 01:12:08 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-01-20 01:12:08 -0500 |
commit | 7faaf37fc230d4f68c52630840e50779a28bdc93 (patch) | |
tree | fdb189faa79cdbe6ead8294d15dd8077e8066af9 /.config/bluetuith | |
parent | bc38e4fb8e87f86226477172bc4c10190bf09cc4 (diff) |
bluetuith theme and keybindings
Diffstat (limited to '.config/bluetuith')
-rw-r--r-- | .config/bluetuith/bluetuith.conf | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.config/bluetuith/bluetuith.conf b/.config/bluetuith/bluetuith.conf new file mode 100644 index 0000000..430c7f2 --- /dev/null +++ b/.config/bluetuith/bluetuith.conf @@ -0,0 +1,24 @@ +{ + adapter: "" + adapter-states: "" + connect-bdaddr: "" + gsm-apn: "" + gsm-number: "" + receive-dir: /home/master/Downloads + keybindings: { + Quit: q + NavigateLeft: 'h' + NavigateDown: 'j' + NavigateUp: 'k' + NavigateRight: 'l' + } + theme: { + Adapter: cornsilk + DeviceConnected: forestgreen + DevicePropertyConnected: blue + AdapterPowered: navy + AdapterNotPowered: firebrick + AdapterPairable: navy + AdapterScanning: burlywood + } +} |