Skip to content

1.0.1

Choose a tag to compare

@aesophor aesophor released this 24 Aug 01:54
· 243 commits to master since this release

What's New:

  • Config bindsym now supports XF86 keys
  • Config action keywords changes (Please update your config file!)
    • tile_horizontally -> tile_h
    • tile_vertically -> tile_v
    • move_app_to_workspace -> move_window_to_workspace
  • Introduced IPC mechanism. All config built-in actions can now be performed through wmderlandc (a tiny client)
  • Fixed two bugs in snapshot:
    • not all client member variables were serialized, so when the WM crashes, the window that has been mapped will be considered unmapped after WM restarts
    • not switching to original current workspace after WM restarts
  • Coding style improvements