mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-03-20 08:34:04 +01:00
This commit introduces a new option `float_override`, which makes it so every every window opened, shown or uncloaked will be set to floating, but it won't be ignored. It will be added to the floating_windows of the workspace, meaning that the user can later tile that window with toggle-float command. This allows the users to have all windows open as floating and then manually tile the ones they want. This interactively rebased commit contains changes from the following individual commits:0e8dc85fb1feat(wm): add new float override option30bdaf33d5feat(cli): add command for new option `ToggleFloatOverride`b7bedce1cafeat(wm): add window_container_behaviour and float_override to workspaces221e4ea545feat(cli): add commands for workspace new window behaviour and float_overrideb182cb5818fix(wm): show floating apps in front of stacked windows as well7c9cb11a9bfix(wm): Remove unecessary duplicated code