[PR #1448] [MERGED] feat(wm): floating over monocle #1406

Closed
opened 2026-01-05 14:55:10 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/1448
Author: @alex-ds13
Created: 5/16/2025
Status: Merged
Merged: 5/17/2025
Merged by: @LGUG2Z

Base: masterHead: feat/floating-over-monocle


📝 Commits (1)

  • 59f387a feat(wm): floating over monocle

📊 Changes

3 files changed (+159 additions, -87 deletions)

View changed files

📝 komorebi/src/border_manager/mod.rs (+116 -67)
📝 komorebi/src/process_command.rs (+38 -19)
📝 komorebi/src/process_event.rs (+5 -1)

📄 Description

Allows for having floating windows on the "Floating Layer" over a monocle. When toggling back to the tiling layer it hides the floating windows again.


🔄 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/1448 **Author:** [@alex-ds13](https://github.com/alex-ds13) **Created:** 5/16/2025 **Status:** ✅ Merged **Merged:** 5/17/2025 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `feat/floating-over-monocle` --- ### 📝 Commits (1) - [`59f387a`](https://github.com/LGUG2Z/komorebi/commit/59f387ae52b7f69df2bca2186b4e54c72103a601) feat(wm): floating over monocle ### 📊 Changes **3 files changed** (+159 additions, -87 deletions) <details> <summary>View changed files</summary> 📝 `komorebi/src/border_manager/mod.rs` (+116 -67) 📝 `komorebi/src/process_command.rs` (+38 -19) 📝 `komorebi/src/process_event.rs` (+5 -1) </details> ### 📄 Description Allows for having floating windows on the "Floating Layer" over a monocle. When toggling back to the tiling layer it hides the floating windows again. <!-- 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>
adam added the pull-request label 2026-01-05 14:55:10 +01:00
adam closed this issue 2026-01-05 14:55:10 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1406