mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[FEAT]: whitelist support to make windows unmanaged by default #163
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 @tsingakbar on GitHub (Nov 17, 2022).
Is your feature request related to a problem? Please describe.
For users not enthusiastic to dynamic tilling every window, to be able making windows unmanaged by default is really useful.
Describe the solution you'd like
Provide a toggle to make windows unmanaged by default, and the user can use
manage-ruleto whitelist the windows who needs to be dynamic tiled.Additional context
I accomplished this somehow after digging into
57b1bc1414/komorebi/src/window.rs (L392)with autohotkey script like:@LGUG2Z commented on GitHub (Jan 22, 2023):
This is a very practical way to achieve the desired effect! I don't think this is something that I will work on personally since the solution you have provided seems quite flexible, but I will leave the issue open if anyone would like to work on this; I'll be happy to accept a PR.
@LGUG2Z commented on GitHub (May 12, 2024):
Closing this out because upon reflection I don't think we'll be encouraging a whitelist approach