diff --git a/modules/hm/gui/sway.nix b/modules/hm/gui/sway.nix index 37194da..363fe20 100644 --- a/modules/hm/gui/sway.nix +++ b/modules/hm/gui/sway.nix @@ -23,11 +23,6 @@ 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";