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

Release 0.3

Compare
Choose a tag to compare
@ritschmaster ritschmaster released this 21 Jul 20:15
· 87 commits to master since this release

Bugfixes:

  • The application does not crash on startup anymore! Neither does it crash during execution anymore!
  • Partly fixes toggling fullscreen of a window. The window now remains fullscreen when switching to another monitor. But when switching to another workspace on the same monitor and then back again it does not get restored correctly.
  • Automatically increasing the workspace number works correctly now

Features:

  • New multi monitor features
    • Move a window to another monitor in some direction
    • Move a workspace to another monitor in some direction
    • Switch the focused workspace to the currently visible workspace on some other monitor

Known bugs:

  • Using many workspaces and many windows might result at some point into short loops of b3 switching between the windows by its own.

New key bindings:

  • Set focus to workspace on monitor on the left: Win + Ctrl + h
  • Set focus to workspace on monitor on the right: Win + Ctrl + o
  • Set focus to workspace on monitor on the bottom: Win + Ctrl + j
  • Set focus to workspace on monitor on the top: Win + Ctrl + k
  • Move currently focused window to the workspace on monitor on the left: Win + Ctrl + Shift + h
  • Move currently focused window to the workspace on monitor on the right: Win + Ctrl + Shift + o
  • Move currently focused window to the workspace on monitor on the bottom: Win + Ctrl + Shift + j
  • Move currently focused window to the workspace on monitor on the top: Win + Ctrl + Shift + k
  • Move currently focused workspace to the monitor on the left: Win + Ctrl + Shift + Alt + h
  • Move currently focused workspace to the monitor on the right: Win + Ctrl + Shift + Alt + o
  • Move currently focused workspace to the monitor on the bottom: Win + Ctrl + Shift + Alt + j
  • Move currently focused workspace to the monitor on the top: Win + Ctrl + Shift + Alt + k