services.sxhkd.keybindings
Home-Manager option
An attribute set that assigns hotkeys to commands.
type: attribute set of (null or string or absolute path)Default
{ }Example
declared in: <home-manager/modules/services/sxhkd.nix>source unavailable{ "super + shift + {r,c}" = "i3-msg {restart,reload}"; "super + {s,w}" = "i3-msg {stacking,tabbed}"; "super + F1" = pkgs.writeShellScript "script" "echo $USER"; }