feat: add foot and clean up config
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
{
|
||||
browserCommand,
|
||||
lib,
|
||||
terminalPackage,
|
||||
terminalCommand,
|
||||
}:
|
||||
{
|
||||
"Mod+Return" = {
|
||||
action.spawn = "${lib.getExe terminalPackage}";
|
||||
action.spawn = terminalCommand;
|
||||
hotkey-overlay.title = "Terminal";
|
||||
};
|
||||
"Mod+B" = {
|
||||
|
||||
Reference in New Issue
Block a user