chore: update aerospace config
This commit is contained in:
parent
f7b1cc68da
commit
00f12b623f
2 changed files with 5 additions and 5 deletions
|
|
@ -19,7 +19,7 @@
|
||||||
"alt-comma" = "layout accordion horizontal vertical";
|
"alt-comma" = "layout accordion horizontal vertical";
|
||||||
"alt-space" = "layout floating tiling";
|
"alt-space" = "layout floating tiling";
|
||||||
|
|
||||||
"alt-enter" = ''exec-and-forget open -na "Ghostty"'';
|
"alt-enter" = ''exec-and-forget open -na "kitty"'';
|
||||||
"alt-backspace" = "close";
|
"alt-backspace" = "close";
|
||||||
|
|
||||||
"alt-tab" = "workspace-back-and-forth";
|
"alt-tab" = "workspace-back-and-forth";
|
||||||
|
|
@ -33,14 +33,14 @@
|
||||||
// workspaceSendBindings;
|
// workspaceSendBindings;
|
||||||
|
|
||||||
float.binding = {
|
float.binding = {
|
||||||
enter = ''exec-and-forget open -na "Ghostty" && aerospace layout floating'';
|
enter = ''exec-and-forget open -na "kitty" && aerospace layout floating'';
|
||||||
i = [
|
i = [
|
||||||
''exec-and-forget open -na "iTerm.app"''
|
''exec-and-forget open -na "iTerm.app"''
|
||||||
"layout floating"
|
"layout floating"
|
||||||
"mode main"
|
"mode main"
|
||||||
];
|
];
|
||||||
g = [
|
g = [
|
||||||
''exec-and-forget open -na "Ghostty"''
|
''exec-and-forget open -na "kitty"''
|
||||||
"layout floating"
|
"layout floating"
|
||||||
"mode main"
|
"mode main"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -30,9 +30,9 @@
|
||||||
{
|
{
|
||||||
run = "layout tiling";
|
run = "layout tiling";
|
||||||
}
|
}
|
||||||
# Exception: Ghostty on workspace 5 floats
|
# Exception: Kitty on workspace 5 floats
|
||||||
{
|
{
|
||||||
"if".app-id = "com.mitchellh.ghostty";
|
"if".app-id = "net.kovidgoyal.kitty";
|
||||||
"if".workspace = "5";
|
"if".workspace = "5";
|
||||||
run = "layout floating";
|
run = "layout floating";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue