mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[FEAT]: Add smart gaps #193
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 @AntDavidLima on GitHub (Apr 8, 2023).
It's nice to have window's gaps when multiple windows are open, but when only one window is open, I think it is a waste of usable space.
It would be nice to have the option to disable the window's gaps when there is only one window open
@urob commented on GitHub (Nov 30, 2023):
This might not be exactly the same, but you can get pretty close to what you want by setting the workspace-padding to the negative of the container-padding. E.g., if you are using a static configuration file, you can add something like this
@LGUG2Z commented on GitHub (May 12, 2024):
For this I recommend
toggle-maximize; I don't think we are going to add another configuration option to maintain for something like this.