Skip to content

Commit

Permalink
fix(wm): update border on cycle-move
Browse files Browse the repository at this point in the history
This commit ensures that the active window border is updated when the
cycle-move command is called.

fix #467
  • Loading branch information
LGUG2Z committed Jun 14, 2023
1 parent 6df91d7 commit c4be063
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions komorebi/src/process_command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1178,6 +1178,7 @@ impl WindowManager {
| SocketMessage::FocusWindow(_)
| SocketMessage::InvisibleBorders(_)
| SocketMessage::WorkAreaOffset(_)
| SocketMessage::CycleMoveWindow(_)
| SocketMessage::MoveWindow(_) => {
let foreground = WindowsApi::foreground_window()?;
let foreground_window = Window { hwnd: foreground };
Expand Down

0 comments on commit c4be063

Please sign in to comment.