mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[FEAT]: Single Window is Stretched Too Wide to be easy to use #456
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 @mudnug on GitHub (Aug 27, 2024).
Is your feature request related to a problem? Please describe.
Some applications work quite poorly when maximized. Using them maximized means you have to move the mouse around from left to right in a more exaggerated manner than is desirable. When using the tiling manager this becomes the default behavior whenever only one application is opened.
Describe the solution you'd like
A setting which allows you to specify a boarder padding around the window whenever "one" window is open.
Perhaps a second setting where "one" can be set to any integer (1 for widescreen and 2 for ultrawidescreen are most likely to be used)
Describe alternatives you've considered
The workaround currently is you have to always be opening up a second window so that the tiling manager makes the things more usable
@LGUG2Z commented on GitHub (Aug 27, 2024):
This was implemented in v0.1.26, check out the release overview video: https://www.youtube.com/watch?v=PLz3eqQDufw
@mudnug commented on GitHub (Aug 27, 2024):
Thanks for replying. It appears I did not discover this because it is not in the default json file that gets pulled down after a new install. Perhaps including some default values there would make it much faster to adjust these values?
@mudnug commented on GitHub (Aug 27, 2024):
Referencing https://github.com/LGUG2Z/komorebi/discussions/952 as it seems to be a better starting point than the video.