From 5001ee38c8cc7e99b552ffe10bfaad0178cb08c4 Mon Sep 17 00:00:00 2001
From: sumnerevans
Type:
<home-manager/modules/services/sxhkd.nix>
Command line arguments to invoke sxhkd with. Type: list of string Default: Example: Declared by: An attribute set that assigns hotkeys to commands. Type: attribute set of (null or string) Default: Example: An attribute set that assigns hotkeys to commands. Type: attribute set of (null or string or path) Default: Example: Declared by:services.sxhkd.extraOptions
[ ]
[ "-m 1" ]
<home-manager/modules/services/sxhkd.nix>
-
services.sxhkd.keybindings
{ }
{
+
services.sxhkd.keybindings
{ }
{
"super + shift + {r,c}" = "i3-msg {restart,reload}";
"super + {s,w}" = "i3-msg {stacking,tabbed}";
+ "super + F1" = pkgs.writeShellScript "script" "echo $USER";
}
<home-manager/modules/services/sxhkd.nix>