mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #1060] [MERGED] feat(wm): apply workspace-rules to floating windows #1184
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?
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/1060
Author: @alex-ds13
Created: 10/16/2024
Status: ✅ Merged
Merged: 10/18/2024
Merged by: @LGUG2Z
Base:
master← Head:feature/workspace-rules-for-floating-windows📝 Commits (1)
9f93ea0feat(wm): apply workspace-rules to floating windows📊 Changes
3 files changed (+73 additions, -13 deletions)
View changed files
📝
komorebi/src/process_event.rs(+1 -1)📝
komorebi/src/window_manager.rs(+42 -4)📝
komorebi/src/workspace.rs(+30 -8)📄 Description
This commit allows
workspace-rulesandinitial_workspace_rulesto be applied to floating windows. As a by product of this commit, now the command to showvisible-windowswill now also show the maximized windows, monocled windows and floating windows.Should fix the issue #990
@LGUG2Z I know you wanted to handle the refactor of the
visible-windowstype of functions but since this one was needed for this PR I've already changed it...There are two
TODOcomments I added on this commit that I would like to have your feedback on.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.