mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #489] [CLOSED] fix: Borders on invisible border window and monocle mode fixes #951
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/489
Author: @mjblacker
Created: 7/12/2023
Status: ❌ Closed
Base:
master← Head:border_fix📝 Commits (9)
1b1f723border fixes for monocle and invisible bordersb373116fix(wm): refer AHK_EXEcecc2e9chore(deps): bump net2 from 0.2.38 to 0.2.39e0b564achore(deps): bump serde from 1.0.164 to 1.0.16501f2e6bchore(deps): bump quote from 1.0.28 to 1.0.29eba9814fix(wm): lars' secret sauce for min-width apps36d4726chore(deps): bump clap from 4.3.8 to 4.3.118145ac8chore(deps): bump serde_yaml from 0.9.21 to 0.9.22d6a079echore(deps): bump sysinfo from 0.29.2 to 0.29.4📊 Changes
8 files changed (+126 additions, -80 deletions)
View changed files
📝
Cargo.lock(+48 -27)📝
komorebi/src/border.rs(+7 -9)📝
komorebi/src/main.rs(+1 -1)📝
komorebi/src/process_command.rs(+27 -18)📝
komorebi/src/process_event.rs(+10 -12)📝
komorebi/src/window_manager.rs(+15 -10)📝
komorebi/src/windows_api.rs(+4 -1)📝
komorebi/src/workspace.rs(+14 -2)📄 Description
Fix for borders on invisible border windows leaving a gap (contract borders into the window to match the visible area), may only show issue when using thinner than default border width.
Fix for monocle mode border not showing when switching to second workspace as single window (no containers in workspace).
Fix for monocle window not selectable when focusing in direction across multiple screens, would previously show "no container" message as it was only looking in the focused workspace containers ring.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.