I create a feature which allows a window to be always on the focused workspace. So you only need to focus the workspace I have some things still to do:
-Clean up
-Window Manager Event on Destroy and Unmanaged
a more detailed description is coming when I got everything done but I wanted to make the pull request now because I promise it in the discord chat.
🔄 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/829
**Author:** [@pro470](https://github.com/pro470)
**Created:** 5/16/2024
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `master`
---
### 📝 Commits (10+)
- [`1a00dd3`](https://github.com/LGUG2Z/komorebi/commit/1a00dd3de5dd1d5702a66df730d8aca809da5dc9) some fixes
- [`d167e24`](https://github.com/LGUG2Z/komorebi/commit/d167e24f189bc479e4edd5cd8566e0ff30b2192f) some fixes and add always on top feature for floating windows
- [`c84688d`](https://github.com/LGUG2Z/komorebi/commit/c84688df39cff1c87c6fafa44c328e5256671423) Merge branch 'LGUG2Z:master' into master
- [`faf4efe`](https://github.com/LGUG2Z/komorebi/commit/faf4efe4a2a05da4b991629c1b7ee2b582268e0a) some fixes
- [`f9a2559`](https://github.com/LGUG2Z/komorebi/commit/f9a2559eb63110d109dd7af1da4e6298093189cb) Merge branch 'LGUG2Z:master' into master
- [`aa6e286`](https://github.com/LGUG2Z/komorebi/commit/aa6e286b4b51becc9a50cd9e20db008f42cb94b5) Merge branch 'LGUG2Z:master' into master
- [`b9478b0`](https://github.com/LGUG2Z/komorebi/commit/b9478b0736ee9165c7659f60c9160b8ac7cec570) some fixes
- [`449ed63`](https://github.com/LGUG2Z/komorebi/commit/449ed63d0bcf87bc222aff673b381a7fe52c0454) some fixes
- [`3de2a4c`](https://github.com/LGUG2Z/komorebi/commit/3de2a4cf0585371a84b70aadb4530da60104d121) some fixes
- [`6d4e548`](https://github.com/LGUG2Z/komorebi/commit/6d4e548d695eb866c581c75bda550e197b847d45) some fixes
### 📊 Changes
**6 files changed** (+393 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `komorebi/src/core/mod.rs` (+3 -0)
📝 `komorebi/src/process_command.rs` (+47 -0)
📝 `komorebi/src/process_event.rs` (+7 -0)
📝 `komorebi/src/static_config.rs` (+1 -0)
📝 `komorebi/src/window_manager.rs` (+298 -0)
📝 `komorebic/src/main.rs` (+37 -0)
</details>
### 📄 Description
I create a feature which allows a window to be always on the focused workspace. So you only need to focus the workspace I have some things still to do:
-Clean up
-Window Manager Event on Destroy and Unmanaged
a more detailed description is coming when I got everything done but I wanted to make the pull request now because I promise it in the discord chat.
---
<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/829
Author: @pro470
Created: 5/16/2024
Status: ❌ Closed
Base:
master← Head:master📝 Commits (10+)
1a00dd3some fixesd167e24some fixes and add always on top feature for floating windowsc84688dMerge branch 'LGUG2Z:master' into masterfaf4efesome fixesf9a2559Merge branch 'LGUG2Z:master' into masteraa6e286Merge branch 'LGUG2Z:master' into masterb9478b0some fixes449ed63some fixes3de2a4csome fixes6d4e548some fixes📊 Changes
6 files changed (+393 additions, -0 deletions)
View changed files
📝
komorebi/src/core/mod.rs(+3 -0)📝
komorebi/src/process_command.rs(+47 -0)📝
komorebi/src/process_event.rs(+7 -0)📝
komorebi/src/static_config.rs(+1 -0)📝
komorebi/src/window_manager.rs(+298 -0)📝
komorebic/src/main.rs(+37 -0)📄 Description
I create a feature which allows a window to be always on the focused workspace. So you only need to focus the workspace I have some things still to do:
-Clean up
-Window Manager Event on Destroy and Unmanaged
a more detailed description is coming when I got everything done but I wanted to make the pull request now because I promise it in the discord chat.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.