|
0
|
1 yawc |
|
|
2 ---- |
|
|
3 |
|
|
4 Yet Another Wayland Compositor. This was forked from [tohu](https://srcdump.net/shrub/tohu/), |
|
|
5 and it doesn't really add much aside from removing server side decoration support in favour |
|
|
6 of dual borders and an autostart mechanism, hence why it is Yet Another Wayland Compositor, |
|
|
7 as it doesn't actually add much. |
|
|
8 (this version has plan9 cursors from [hevel](https://git.sr.ht/~dlm/hevel)) |
|
|
9 build |
|
|
10 ----- |
|
|
11 yawc builds using make (bmake doesn't work): |
|
|
12 ``` |
|
|
13 make |
|
|
14 make install |
|
|
15 ``` |
|
|
16 |
|
|
17 binds |
|
|
18 ----- |
|
|
19 mod+return to create terminal |
|
|
20 |
|
|
21 mod+space to run launcher |
|
|
22 |
|
|
23 mod+w to close window |
|
|
24 |
|
|
25 mod+m1 to move |
|
|
26 |
|
|
27 mod+m3 to resize |
|
|
28 |
|
|
29 mod+f to fullscreen |
|
|
30 |
|
|
31 mod+number to workspace |
|
|
32 |
|
|
33 customise in source/config.h |
|
|
34 |
|
|
35 credits |
|
|
36 ------- |
|
|
37 yawc was originally forked from [tohu](https://srcdump.net/shrub/tohu/) |
|
|
38 |
|
|
39 tohu was originally forked from [wsxwm](https://git.sr.ht/~uint/wsxwm) |
|
|
40 |
|
|
41 neuswc is a fork of [swc](github.com/michaelforney/swc) by [michael forney](https://mforney.org/) |
|
|
42 |
|
|
43 TODO |
|
|
44 ------- |
|
|
45 |
|
|
46 - [x] Autostart |
|
|
47 - [ ] Lua Configuration |