mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #1466] [MERGED] More window manager edge cases #1413
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/1466
Author: @SaucePackets
Created: 5/28/2025
Status: ✅ Merged
Merged: 8/19/2025
Merged by: @LGUG2Z
Base:
master← Head:more_window_manager_edge_cases📝 Commits (6)
ecb31ebtest(window_manager.rs): test removing nonexistent window from container5c568betest(window_manager.rs): test cycling windows in an empty containerbcd8002test(window_manager.rs): test float nonexistent window67f465etest(window_manager.rs): test toggle maximize a nonexistent windowd7280d5test(window_manager.rs): test toggle monocle on nonexistent container3499fe8test(window_manager.rs): test monocle on and off on nonexistent container📊 Changes
1 file changed (+208 additions, -0 deletions)
View changed files
📝
komorebi/src/window_manager.rs(+208 -0)📄 Description
Created tests that tests removing nonexistent window, cycling windows in an empty container, and floating a nonexistent window.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.