moves back to zen browser and configures aerospace

This commit is contained in:
Dennis Schoepf 2025-09-13 23:29:13 +02:00
parent 6dfb28a675
commit 0a56096f28
2 changed files with 9 additions and 4 deletions

View file

@ -70,12 +70,16 @@
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";
}
{
"if".app-id = "com.mitchellh.ghostty";
run = "layout tiling";
"if".app-id = "com.github.wez.wezterm";
run = "move-node-to-workspace 3";
}
{
"if".app-id = "com.spotify.client";
run = "move-node-to-workspace 5";
}
];
};