[FEAT]: Make window based work area offset togglable #1285
Labels
enhancement
New feature or request
i-will-definitely-work-on-this
I'm definitely going to work on this because it impacts my workflow directly
komorebic
Related to the komorebic crate
Eligibility
Individual Commercial Use License
Suggestion
Using my new found commercial license (yahoo! excited to support the project) to pull up the suggestion of exposing the
apply_window_based_work_area_offset
workspace setting via the CLI to make it set-able/togglable at runtime.This has previously been suggested at the end of Q&A #952 (here and here), but those comments were not directly related to the original question and were made after the question was answered, so they may have been lost.
I think the use-case largely stems from a desired window size being content dependent, take a browser on an ultrawide monitor as an example. A more-reasonably-sized window afforded by
window_based_work_area_offset
is great in the general case of reading webpages, but when interacting with a spreadsheet through the browser, the full width may be desired.Alternatives Considered
toggle-maximize
to mock a"apply_window_based_work_area_offset": false
(as suggested in the original comments)window_based_work_area_offset
> 1"apply_window_based_work_area_offset": false
"apply_window_based_work_area_offset": false
set)window_based_work_area_offset
region to be resized via CLI similar toresize-axis
apply_window_based_work_area_offset
togglewindow_based_work_area_offset
is currently set per-monitor, a naive implementation would be monitor-wide rather than for the one workspaceThe text was updated successfully, but these errors were encountered: