4a9886c test(window_manager.rs): workspace and monitor tests
41808c7 test(window_manager.rs): removed unneeded logic in monitor related tests
📊 Changes
1 file changed (+196 additions, -14 deletions)
View changed files
📝komorebi/src/window_manager.rs (+196 -14)
📄 Description
Added tests to test switching monitor focus, setting workspace name, and monitor size. Created a helper function for setting up the window manager instance and test socket.
🔄 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/1328
**Author:** [@SaucePackets](https://github.com/SaucePackets)
**Created:** 3/8/2025
**Status:** ✅ Merged
**Merged:** 3/8/2025
**Merged by:** [@LGUG2Z](https://github.com/LGUG2Z)
**Base:** `master` ← **Head:** `window_manager_tests_monitor_workspace`
---
### 📝 Commits (2)
- [`4a9886c`](https://github.com/LGUG2Z/komorebi/commit/4a9886ca4f81b19d091956ad9869491987c727e0) test(window_manager.rs): workspace and monitor tests
- [`41808c7`](https://github.com/LGUG2Z/komorebi/commit/41808c7bd92727e7bb9a742625a85d0ca96243ee) test(window_manager.rs): removed unneeded logic in monitor related tests
### 📊 Changes
**1 file changed** (+196 additions, -14 deletions)
<details>
<summary>View changed files</summary>
📝 `komorebi/src/window_manager.rs` (+196 -14)
</details>
### 📄 Description
Added tests to test switching monitor focus, setting workspace name, and monitor size. Created a helper function for setting up the window manager instance and test socket.
<!--
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/1328
Author: @SaucePackets
Created: 3/8/2025
Status: ✅ Merged
Merged: 3/8/2025
Merged by: @LGUG2Z
Base:
master← Head:window_manager_tests_monitor_workspace📝 Commits (2)
4a9886ctest(window_manager.rs): workspace and monitor tests41808c7test(window_manager.rs): removed unneeded logic in monitor related tests📊 Changes
1 file changed (+196 additions, -14 deletions)
View changed files
📝
komorebi/src/window_manager.rs(+196 -14)📄 Description
Added tests to test switching monitor focus, setting workspace name, and monitor size. Created a helper function for setting up the window manager instance and test socket.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.