diff --git a/modules/hm/gui/sway.nix b/modules/hm/gui/sway.nix index 363fe20..37194da 100644 --- a/modules/hm/gui/sway.nix +++ b/modules/hm/gui/sway.nix @@ -23,6 +23,11 @@ in else builtins.abort "no command configured for ${terminal}"; menu = "${pkgs.fuzzel}/bin/fuzzel --terminal '${termCmd}'"; + cmdOnce = command: { inherit command; }; + cmdAlways = command: { + inherit command; + always = true; + }; in { modifier = "Mod 4";