mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[FEAT]: Make window based work area offset togglable #576
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @swebra on GitHub (Feb 20, 2025).
Originally assigned to: @LGUG2Z on GitHub.
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_offsetworkspace 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_offsetis 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-maximizeto 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": falseset)window_based_work_area_offsetregion to be resized via CLI similar toresize-axisapply_window_based_work_area_offsettogglewindow_based_work_area_offsetis currently set per-monitor, a naive implementation would be monitor-wide rather than for the one workspace@github-actions[bot] commented on GitHub (Feb 20, 2025):
Feature requests on this repository are only open to current GitHub sponsors on the $5/month tier and above, people with a valid individual commercial use license, and approved contributors.
This issue has been automatically closed until one of those pre-requisites can be validated.
@LGUG2Z commented on GitHub (Feb 21, 2025):
Hi @swebra, thanks for opening this issue! I had actually sent an email out to your employer which purchased the license yesterday asking for the name of the person to associate the license with, I'm lucky you came to track me down first!
This feature request makes sense; I think
komorebic toggle-window-based-work-area-offsetis a command we can add in the next release.@LGUG2Z commented on GitHub (Feb 21, 2025):
This will be in the next nightly and 0.1.35 when it is released