From 29cf84c0d82c9d7649bf4de2ee3b3594c26555a9 Mon Sep 17 00:00:00 2001 From: James Brechtel Date: Tue, 25 Aug 2026 22:03:57 -0400 Subject: [PATCH] updates --- config/switchrun/apps.nuon | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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 +]