main

small and extensible Wayland compositor

doc
src
14 L
48 L
35 L

readme

 1howl
 2====
 3
 4howl is a small, extensible Wayland compositor written with the neuswc library.
 5
 6It is controlled through an external client, which allows for scriptability.
 7
 8See the `howl` and `howlc` manual pages for more information on usage.
 9
10Usage
11-----
12
13howl shines where scriptability shines. It is almost entirely controlled from the command line, allowing for things like complicated windowing logic and advanced usage to be possible all without complicating the compositor code itself.
14
15It is also very heavily configurable and makes a point of exposing as much of the underlying fluff as possible while staying relatively easy to approach.
16
17TODO
18----
19
20 * Add `subscribe` command
21
22Requirements
23------------
24
25 * A `c99` compiler
26 * neuswc
27 * libspng for decorations
28
29Credits
30-------
31
32 * neuswc / libspng authors
33 * uint23, shrub: For developing wsxwm / tohu
34 * JLErvin: For developing berry, which is the inspiration and reference for this project