ad31d28 test(window_manager.rs): test maximize and unmaximize window
ba66347 test(window_manager.rs): monocle on and off test
0b4d25f test(window_manager.rs): test toggle_monocle and toggle_maximize
2a100e3 test(window_manager.rs): ensure named workspace for monitor test
0537d69 test(window_manager.rs): add window handle to move based on workspace rules test
📊 Changes
1 file changed (+400 additions, -0 deletions)
View changed files
📝komorebi/src/window_manager.rs (+400 -0)
📄 Description
Created tests for testing the maximize_window, unmaximize_window, monocle_on, monocle_off, toggle_monocle, toggle_maximize, add_window_handle_to_move_based_on_workspace_rule and ensured_named_workspace_for_monitor functions.
🔄 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/1409
**Author:** [@SaucePackets](https://github.com/SaucePackets)
**Created:** 4/14/2025
**Status:** ✅ Merged
**Merged:** 4/23/2025
**Merged by:** [@LGUG2Z](https://github.com/LGUG2Z)
**Base:** `master` ← **Head:** `window_manager_tests_window_types`
---
### 📝 Commits (5)
- [`ad31d28`](https://github.com/LGUG2Z/komorebi/commit/ad31d28475da35e7f1dd53e7d312e39e30c65ee3) test(window_manager.rs): test maximize and unmaximize window
- [`ba66347`](https://github.com/LGUG2Z/komorebi/commit/ba663475925e7ba4fa4ccbf35c219f00daddfd6a) test(window_manager.rs): monocle on and off test
- [`0b4d25f`](https://github.com/LGUG2Z/komorebi/commit/0b4d25f5372a78d96cb1a6a4a332daa0b5a41d23) test(window_manager.rs): test toggle_monocle and toggle_maximize
- [`2a100e3`](https://github.com/LGUG2Z/komorebi/commit/2a100e32b58cc73b0159382d4773b3d4dc0fd2e7) test(window_manager.rs): ensure named workspace for monitor test
- [`0537d69`](https://github.com/LGUG2Z/komorebi/commit/0537d6944b52e8f466d0f67df2ff22342addb79d) test(window_manager.rs): add window handle to move based on workspace rules test
### 📊 Changes
**1 file changed** (+400 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `komorebi/src/window_manager.rs` (+400 -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 the maximize_window, unmaximize_window, monocle_on, monocle_off, toggle_monocle, toggle_maximize, add_window_handle_to_move_based_on_workspace_rule and ensured_named_workspace_for_monitor functions.
---
<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/1409
Author: @SaucePackets
Created: 4/14/2025
Status: ✅ Merged
Merged: 4/23/2025
Merged by: @LGUG2Z
Base:
master← Head:window_manager_tests_window_types📝 Commits (5)
ad31d28test(window_manager.rs): test maximize and unmaximize windowba66347test(window_manager.rs): monocle on and off test0b4d25ftest(window_manager.rs): test toggle_monocle and toggle_maximize2a100e3test(window_manager.rs): ensure named workspace for monitor test0537d69test(window_manager.rs): add window handle to move based on workspace rules test📊 Changes
1 file changed (+400 additions, -0 deletions)
View changed files
📝
komorebi/src/window_manager.rs(+400 -0)📄 Description
Created tests for testing the maximize_window, unmaximize_window, monocle_on, monocle_off, toggle_monocle, toggle_maximize, add_window_handle_to_move_based_on_workspace_rule and ensured_named_workspace_for_monitor functions.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.