MyNixOS website logo

An attribute set that assigns hotkeys to commands.

Declarations
Type
attribute set of (null or string or path)
Default
{ }
Example
{
  "super + shift + {r,c}" = "i3-msg {restart,reload}";
  "super + {s,w}"         = "i3-msg {stacking,tabbed}";
  "super + F1"            = pkgs.writeShellScript "script" "echo $USER";
}