use fast ghostty new-window
This commit is contained in:
parent
b72bbb4120
commit
c9991f04a3
1 changed files with 4 additions and 1 deletions
|
|
@ -201,7 +201,10 @@
|
|||
allow-when-locked = true;
|
||||
};
|
||||
|
||||
"Mod+T".action.spawn = "ghostty";
|
||||
"Mod+T".action.spawn = [
|
||||
"ghostty"
|
||||
"+new-window"
|
||||
];
|
||||
"Mod+D".action.spawn = "fuzzel";
|
||||
"Mod+Q".action = close-window;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue