899b1fa test(window_manager.rs): test float window
770e604 Merge branch 'LGUG2Z:master' into window_manager_tests
📊 Changes
1 file changed (+130 additions, -0 deletions)
View changed files
📝komorebi/src/window_manager.rs (+130 -0)
📄 Description
Created tests for testing toggle_lock and float_window
🔄 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/1406
**Author:** [@SaucePackets](https://github.com/SaucePackets)
**Created:** 4/8/2025
**Status:** ✅ Merged
**Merged:** 4/9/2025
**Merged by:** [@LGUG2Z](https://github.com/LGUG2Z)
**Base:** `master` ← **Head:** `window_manager_tests`
---
### 📝 Commits (3)
- [`7c719f5`](https://github.com/LGUG2Z/komorebi/commit/7c719f511cafae87b8c7975c5e15ae3c82d160cf) test(window_manager.rs): toggle lock test
- [`899b1fa`](https://github.com/LGUG2Z/komorebi/commit/899b1faefcc8ec347a2f1b94ca1298a563a83858) test(window_manager.rs): test float window
- [`770e604`](https://github.com/LGUG2Z/komorebi/commit/770e604c31d93a74cbe028cdef25852c3c83bac5) Merge branch 'LGUG2Z:master' into window_manager_tests
### 📊 Changes
**1 file changed** (+130 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `komorebi/src/window_manager.rs` (+130 -0)
</details>
### 📄 Description
<!--
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`.
-->
Created tests for testing toggle_lock and float_window
---
<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/1406
Author: @SaucePackets
Created: 4/8/2025
Status: ✅ Merged
Merged: 4/9/2025
Merged by: @LGUG2Z
Base:
master← Head:window_manager_tests📝 Commits (3)
7c719f5test(window_manager.rs): toggle lock test899b1fatest(window_manager.rs): test float window770e604Merge branch 'LGUG2Z:master' into window_manager_tests📊 Changes
1 file changed (+130 additions, -0 deletions)
View changed files
📝
komorebi/src/window_manager.rs(+130 -0)📄 Description
Created tests for testing toggle_lock and float_window
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.