aa43aaf fix(wm): change when floating windows are centered
📊 Changes
1 file changed (+11 additions, -2 deletions)
View changed files
📝komorebi/src/process_event.rs (+11 -2)
📄 Description
This commit changes the behaviour of when floating windows are centered by making them only center when we are on a WorkspaceLayer::Floating and the window doesn't match a floating_windows rule and the workspace is not a floating workspace.
🔄 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/1369
**Author:** [@alex-ds13](https://github.com/alex-ds13)
**Created:** 3/20/2025
**Status:** ✅ Merged
**Merged:** 3/21/2025
**Merged by:** [@LGUG2Z](https://github.com/LGUG2Z)
**Base:** `master` ← **Head:** `fix/center-floats`
---
### 📝 Commits (1)
- [`aa43aaf`](https://github.com/LGUG2Z/komorebi/commit/aa43aafd7080134485e5df2da4287c57885b1107) fix(wm): change when floating windows are centered
### 📊 Changes
**1 file changed** (+11 additions, -2 deletions)
<details>
<summary>View changed files</summary>
📝 `komorebi/src/process_event.rs` (+11 -2)
</details>
### 📄 Description
This commit changes the behaviour of when floating windows are centered by making them only center when we are on a `WorkspaceLayer::Floating` and the window doesn't match a `floating_windows` rule and the workspace is not a floating workspace.
<!--
Please follow the Conventional Commits specification.
If you need to update your PR with changes from `master`, please run `git rebase master`.
By opening this PR, you confirm that you have read and understood this project's `CONTRIBUTING.md`.
-->
---
<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/1369
Author: @alex-ds13
Created: 3/20/2025
Status: ✅ Merged
Merged: 3/21/2025
Merged by: @LGUG2Z
Base:
master← Head:fix/center-floats📝 Commits (1)
aa43aaffix(wm): change when floating windows are centered📊 Changes
1 file changed (+11 additions, -2 deletions)
View changed files
📝
komorebi/src/process_event.rs(+11 -2)📄 Description
This commit changes the behaviour of when floating windows are centered by making them only center when we are on a
WorkspaceLayer::Floatingand the window doesn't match afloating_windowsrule and the workspace is not a floating workspace.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.