Skip to content

Commit

Permalink
V03 (#79)
Browse files Browse the repository at this point in the history
* Starts working on README for 0.3.

* Updates README with v0.3 news.

* Fixes typo for wlmaker.plist path.

* Updates one roadmap item.
  • Loading branch information
phkaeser authored Jul 4, 2024
1 parent 6d08182 commit bebd874
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,26 @@ Key features:

### Current status

Wayland Maker is in early development stage. Highlights for current version (0.2):
Wayland Maker is in early development stage. Highlights for current version (0.3):

* *new:* Screen saver support, through `ext_session_lock_v1` and `idle_inhibit_unstable_v1` protocols.
* *new:* Configurable through plist text files: [base configuration](etc/wlmaker.plist), [style](/etc/style-default.plist) and [docks & workspaces](etc/wlmaker-state.plist).
* *new:* wlr layer shell support (`wlr_layer_shell_unstable_v1`), fully implemented & tested.
* Appearance matches Window Maker: Decorations, dock, clip.
* Support for Wayland XDG shell (mostly complete. Bug reports welcome).
* Initial support for X11 applications (positioning and specific modes are missing).
Use `--start_xwayland` argument to enable XWayland, it's off by default.
* Appearance, workspaces, dock, keyboard: All hardcoded.
* A prototype DockApp (`apps/wlmclock`).

For further details, see the [roadmap](doc/ROADMAP.md).

Protocol support:

* `xdg-decoration-unstable-v1`: Implemented & tested.
* `ext-session-lock-v1`: Implemented & tested.
* `xdg-shell`: Largely implemented & tested.
* `idle-inhibit-unstable-v1`: Implemented, untested.
* `ext_session_lock_v1`: Implemented & tested.
* `wlr_layer_shell_unstable_v1`: Implemented & tested.
* `xdg_shell`: Largely implemented & tested.
* `idle_inhibit_unstable_v1`: Implemented, untested.

### Build & use it!

Expand Down
3 changes: 3 additions & 0 deletions doc/ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,9 @@ Support for visual effects to improve usability, but not for pure show.
* Documentation updates
* Update README to reflect "early-access" vs. "early development".
* Screenshots included. (can we script these?)

* Update build system to use libraries from the base system rather than
the `dependencies/` subdirectory, if versions are avaialble.

## Plan for 0.5

Expand Down

0 comments on commit bebd874

Please sign in to comment.