Compare commits
1 commit
5c13d9a901
...
5b0f568ca2
Author | SHA1 | Date | |
---|---|---|---|
5b0f568ca2 |
1 changed files with 5 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue