[FEAT]: Add smart gaps #193

Closed
opened 2026-01-05 14:48:54 +01:00 by adam · 2 comments
Owner

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

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
adam added the enhancement label 2026-01-05 14:48:54 +01:00
adam closed this issue 2026-01-05 14:48:54 +01:00
Author
Owner

@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

  "default_workspace_padding": -10,
  "default_container_padding": 10,
@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 ```json "default_workspace_padding": -10, "default_container_padding": 10, ```
Author
Owner

@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.

@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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#193