moves back to zen browser and configures aerospace
This commit is contained in:
parent
6dfb28a675
commit
0a56096f28
2 changed files with 9 additions and 4 deletions
|
|
@ -154,7 +154,8 @@
|
||||||
orientation = "right";
|
orientation = "right";
|
||||||
show-recents = false;
|
show-recents = false;
|
||||||
persistent-apps = [
|
persistent-apps = [
|
||||||
"/System/Volumes/Preboot/Cryptexes/App/System/Applications/Safari.app"
|
"/Applications/Zen.app"
|
||||||
|
"/opt/homebrew/Cellar/emacs-plus@30/30.2/Emacs.app"
|
||||||
"/Applications/WezTerm.app"
|
"/Applications/WezTerm.app"
|
||||||
"/System/Applications/System Settings.app/"
|
"/System/Applications/System Settings.app/"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -70,12 +70,16 @@
|
||||||
run = "move-node-to-workspace 1";
|
run = "move-node-to-workspace 1";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
"if".app-id = "com.github.wez.wezterm";
|
"if".app-id = "org.gnu.Emacs";
|
||||||
run = "move-node-to-workspace 2";
|
run = "move-node-to-workspace 2";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
"if".app-id = "com.mitchellh.ghostty";
|
"if".app-id = "com.github.wez.wezterm";
|
||||||
run = "layout tiling";
|
run = "move-node-to-workspace 3";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
"if".app-id = "com.spotify.client";
|
||||||
|
run = "move-node-to-workspace 5";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue