alex-ds13
alex-ds13
Sorry to bother about this, but the AltSnap chocolatey package didn't update to the latest 1.63 version. From all I've searched on this repo and the chocolatey package repo, you...
This commit makes sure we refocus the window on `Show` event when it is the only window on the workspace. This is needed because some windows some times send the...
This commit fixes the issue related to moving windows to/from a floating workspace to a tiled workspace. Previously the start of the move would be ignored however when moving back...
### Summary If we monocle a stack container we won't be able to use the `cycle-stack` or `focus-stack-window` commands since those try to operate on the `self.focused_container` of the window...
### Summary Currently when using the mouse to move windows, komorebi only checks to start a move operation if the origin workspace is tiling and it checks for the focused...
There was a missing `shell.request_redraw();` on the `Component` widget. If some internal state changed it would rebuild the element properly but since there wasn't this redraw request, the draw wouldn't...