pipewire-controller: sxhkd keybinds

sh-initrd-on-root
Zynh Ludwig 2024-09-27 23:34:48 -07:00
parent 4aa73643e7
commit e702e62296
1 changed files with 5 additions and 1 deletions

View File

@ -53,6 +53,10 @@ in
};
config = lib.mkIf cfg.enable {
home.packages = [ pipewire-controller ];
snowhawk.sxhkd.enable = true;
services.sxhkd.keybindings = {
"alt + XF86TouchpadOn" = "${lib.getExe pipewire-controller}";
};
};
}