diff --git a/config/switchrun/apps.nuon b/config/switchrun/apps.nuon index 385fe74..0bfc126 100644 --- a/config/switchrun/apps.nuon +++ b/config/switchrun/apps.nuon @@ -74,12 +74,18 @@ , args: [] , tags: ["terminals"] } -, { name: "WezTerm-Flipstone-Dev" +, { name: "WezTerm-Flipstone (Host)" , app_id: "lol.roo.flipstone.dev.term" , exec: "/usr/bin/wezterm" , args: ["--config", "color_scheme=\"zenbones_dark\"", "start", "--class", "lol.roo.flipstone.dev.term"] , tags: ["terminals"] } +, { name: "WezTerm-Flipstone (Agent)" + , app_id: "lol.roo.home.term.flipstone-dev" + , exec: "/home/jbrechtel/bin/wez" + , args: ["--host", "flipstone-dev", "--theme", "Ef-Bio", "--font", "IosevkaTermSlab Nerd Font", "--font_size", "11"] + , tags: ["terminals"] + } , { name: "WezTerm-Flipstone-FSDB" , app_id: "lol.roo.flipstone.fsdb.term" , exec: "/usr/bin/wezterm" @@ -133,4 +139,4 @@ , args: [] , tags: ["browser"] } -] \ No newline at end of file +]