pipewire-controller: sxhkd keybinds
parent
4aa73643e7
commit
e702e62296
|
@ -53,6 +53,10 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
home.packages = [ pipewire-controller ];
|
snowhawk.sxhkd.enable = true;
|
||||||
|
|
||||||
|
services.sxhkd.keybindings = {
|
||||||
|
"alt + XF86TouchpadOn" = "${lib.getExe pipewire-controller}";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue