Isaac Daly
Isaac Daly
This is a revised version of #859. ## Overview There is an `IStore` which contains Whim's state. The `IStore` has: - a `Dispatch` method to perform updates to the state,...
The sticky monitor workspaces plugin (name TBD) should: - [ ] Contain a list of workspaces assigned to a monitor - [ ] Expose commands `focus_next_workspace_on_current_monitor` + `*_previous_*`, to activate...
Setting the height of a bar via the `BarConfig.Height` vs. the XAML's `bar:height` can differ (`BarConfig.Height` works but `bar:height` doesn't).
### Discussed in https://github.com/dalyIsaac/Whim/discussions/866 Originally posted by **marc-hg** April 12, 2024 One thing I like doing in i3 and yabai is being able to move windows without clicking the topbar...
Add a plugin which lets you access commands from the system tray. Could use https://github.com/HavenDV/H.NotifyIcon
Was formerly blocked, now enabled by Windows App SDK 1.4.
Should the user be able to configure this, or should it default to always on top?
For more, see the conversation from #685. Conversion of Rust regular expressions seems like a hard computer science problem. It _might_ be possible. I think the easier option would be...