fix(wm): disable active border alongside tiling

This commit ensures that when the workspace-tiling command is called to
disable tiling for a workspace, that the border is also disabled for the
duration that tiling is diabled. This was previously only implemented
for the toggle-tiling command.
This commit is contained in:
LGUG2Z
2022-08-10 22:29:49 -07:00
parent 075c0602a7
commit 4dfab7d65f
2 changed files with 1 additions and 2 deletions

View File

@@ -13,7 +13,6 @@ Tiling Window Management for Windows.
## About
_komorebi_ is a tiling window manager that works as an extension to
Microsoft's [Desktop Window Manager](https://docs.microsoft.com/en-us/windows/win32/dwm/dwm-overview) in Windows 10 and
above.