mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #829] [CLOSED] Always on top feature #1116
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/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.