Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Release 0.6

Compare
Choose a tag to compare
@ritschmaster ritschmaster released this 13 Sep 11:22
· 6 commits to master since this release

Bugfixes:

  • Window tiling was really slow. Some uneccessary Sleep() statements have been removed to gain speed.
  • Changing the focused window was unbelievable slow. Also the WIN32 API functions for updating the focused window are not reliable. Actually they do not even allow updating the focused window on the top level. Focusing a window is now performed by a fake mouse click using the WIN32 API.
  • Windows created by Citrix Receiver or Microsoft Remote Desktop were messed up when not floating. This has been fixed.

Features:

  • The window tiling implementation has been completely rewritten. It is now almost i3 like.
  • Containers can now be split manually by the user..
  • Workspaces can now be switched by clicking on the workspace's icon in the b3 bar.

Known bugs:

  • Moving a window over to another monitor by direction does not work anymore. This will be fixed in the next release.