From 7faaf37fc230d4f68c52630840e50779a28bdc93 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Sat, 20 Jan 2024 01:12:08 -0500 Subject: bluetuith theme and keybindings --- .config/bluetuith/bluetuith.conf | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .config/bluetuith/bluetuith.conf (limited to '.config/bluetuith') 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 + } +} -- cgit v1.2.3