joncrangle
joncrangle
That approach would probably be pretty quick to implement. If we update the templating to inject the outlined HTML content (potentially the metadata for headings) or any API errors into...
> output.glazewm.runCommand( > `shell-exec komorebic move-to-workspace 0`, > ) I don't have GlazeWM installed (can't install because of work computer restrictions), so I get `Uncaught TypeError: Cannot read properties of...
> Uncaught TypeError: Cannot read properties of null (reading 'runCommand') I tried it, but get the `Uncaught TypeError: Cannot read properties of null (reading 'runCommand')` error in my console logs.
Thanks for your work on this. I can confirm the following works with SolidJS: ```typescript {(workspace, index) => { const isFocusedWorkspace = workspace.name === output.komorebi.focusedWorkspace.name && output.komorebi.currentMonitor.name === output.komorebi.focusedMonitor.name; return...
Thanks for everyone's help in this thread. Since I didn't have any other rocks installed in my config, I found that adding the `hererocks` rock to my `lazy` config wasn't...
> For now I see several directions this could be taken. > 1. Do not save the text for non-local domains > 2. use [get_lines_as_text](https://wezfurlong.org/wezterm/config/lua/pane/get_lines_as_text.html) to store the text only...