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

Release 0.1

Compare
Choose a tag to compare
@ritschmaster ritschmaster released this 12 Jun 06:04
· 111 commits to master since this release

This is the first release for the brave and the curious. Not to be used in a production environment!

Known bugs:

  • A fresh start of the application might immediately result into a crash due some race condition
  • The tiling of the default tiling mode is not yet like i3
  • Tiling might stop during usage (possible cause might be an internal crash)
  • Still much to be done to be like i3 (no config file yet, ...)
  • The key bindings are still hard coded in main.c:
    • Toggle window fullscreen: Win + f
    • Toggle window floating: Win + Shift + Space
    • Kill the focused window: Win + Shift + q
    • Set focus to window left: Win + h
    • Set focus to window right: Win + o
    • Set focus to window top: Win + k
    • Set focus to window bottom: Win + j
    • Move window left: Win + Shift + h
    • Move window right: Win + Shift + o
    • Move window top: Win + Shift + k
    • Move window bottom: Win + Shift + j
    • Change to workspace 1: Win + 1
    • Change to workspace 2: Win + 2
    • Change to workspace 3: Win + 3
    • Change to workspace 4: Win + 4
    • Change to workspace 5: Win + 5
    • Change to workspace 6: Win + 6
    • Change to workspace 7: Win + 7
    • Change to workspace 8: Win + 8
    • Change to workspace 9: Win + 9
    • Move window workspace 1: Win + Shift + 1
    • Move window workspace 2: Win + Shift + 2
    • Move window workspace 3: Win + Shift + 3
    • Move window workspace 4: Win + Shift + 4
    • Move window workspace 5: Win + Shift + 5
    • Move window workspace 6: Win + Shift + 6
    • Move window workspace 7: Win + Shift + 7
    • Move window workspace 8: Win + Shift + 8
    • Move window workspace 9: Win + Shift + 9