Follow vim binds on music player

This commit is contained in:
Jimbo 2024-10-25 21:09:54 -04:00
parent 0f29b2d90d
commit 316f7fd66d
2 changed files with 7 additions and 1 deletions

View file

@ -19,7 +19,7 @@ let
];
in {
boot = {
kernelPackages = pkgs.unstable.linuxPackages_zen;
kernelPackages = pkgs.linuxPackages_cachyos;
blacklistedKernelModules = [
"pcspkr"
];

View file

@ -6,6 +6,12 @@
browser_sort_mode = "name";
user_interface = "alternative";
};
bindings = [
{ key = "h"; command = "volume_down"; }
{ key = "j"; command = "scroll_down"; }
{ key = "k"; command = "scroll_up"; }
{ key = "l"; command = "volume_up"; }
];
};
services.mpd-discord-rpc.enable = true;