This commit allows workspace-rules and initial_workspace_rules to be applied to floating windows. As a by product of this commit, now the command to show visible-windows will now also show the maximized windows, monocled windows and floating windows.
@LGUG2Z I know you wanted to handle the refactor of the visible-windows type of functions but since this one was needed for this PR I've already changed it...
There are two TODO comments 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.
## 📋 Pull Request Information
**Original PR:** https://github.com/LGUG2Z/komorebi/pull/1060
**Author:** [@alex-ds13](https://github.com/alex-ds13)
**Created:** 10/16/2024
**Status:** ✅ Merged
**Merged:** 10/18/2024
**Merged by:** [@LGUG2Z](https://github.com/LGUG2Z)
**Base:** `master` ← **Head:** `feature/workspace-rules-for-floating-windows`
---
### 📝 Commits (1)
- [`9f93ea0`](https://github.com/LGUG2Z/komorebi/commit/9f93ea0ee80681405d81a99a0aa81ad82bd174e9) feat(wm): apply workspace-rules to floating windows
### 📊 Changes
**3 files changed** (+73 additions, -13 deletions)
<details>
<summary>View changed files</summary>
📝 `komorebi/src/process_event.rs` (+1 -1)
📝 `komorebi/src/window_manager.rs` (+42 -4)
📝 `komorebi/src/workspace.rs` (+30 -8)
</details>
### 📄 Description
This commit allows `workspace-rules` and `initial_workspace_rules` to be applied to floating windows. As a by product of this commit, now the command to show `visible-windows` will 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-windows` type of functions but since this one was needed for this PR I've already changed it...
There are two `TODO` comments I added on this commit that I would like to have your feedback on.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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.