bluetuith: use j
and k
to navigate up and down
https://github.com/darkhz/bluetuith/issues/62#issuecomment-2141669880 https://darkhz.github.io/bluetuith/Configuration.html
This commit is contained in:
parent
23cf80d9c6
commit
4d1040a4de
|
@ -8,6 +8,7 @@
|
|||
imports = [
|
||||
./modules/alacritty.nix
|
||||
./modules/copyq.nix
|
||||
./modules/desktop/bluetuith.nix
|
||||
./modules/espanso.nix
|
||||
./modules/gtk.nix
|
||||
./modules/feh.nix
|
||||
|
|
19
lib/nixos/home-manager/modules/desktop/bluetuith.nix
Normal file
19
lib/nixos/home-manager/modules/desktop/bluetuith.nix
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
xdg.configFile."bluetuith/bluetuith.conf" = {
|
||||
text = ''
|
||||
{
|
||||
adapter: ""
|
||||
adapter-states: ""
|
||||
connect-bdaddr: ""
|
||||
gsm-apn: ""
|
||||
gsm-number: ""
|
||||
keybindings: {
|
||||
NavigateDown: j
|
||||
NavigateUp: k
|
||||
}
|
||||
receive-dir: ""
|
||||
theme: {}
|
||||
}
|
||||
'';
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue