Update README.md

This commit is contained in:
Johan Malm 2019-12-16 19:51:01 +00:00
parent 62aa0163c0
commit c3e98c4930

View file

@ -2,11 +2,9 @@
labwc is a wayland compositor based on wlroots labwc is a wayland compositor based on wlroots
So far, it's simply a few commits on top of tinywl.c - the minimalistic compositor which comes with wlroots. We're not even at proof of concept stage yet, and who knows, we might never get much further.
## Dependencies ## Dependencies
- wlroots v0.6.0 - wlroots
- wayland-protocols - wayland-protocols
## Keyboard shortcuts ## Keyboard shortcuts
@ -15,6 +13,7 @@ So far, it's simply a few commits on top of tinywl.c - the minimalistic composit
Alt+Escape Exit labwc Alt+Escape Exit labwc
Alt+F2 Cycle between windows Alt+F2 Cycle between windows
Alt+F3 Launch dmenu Alt+F3 Launch dmenu
Alt+F6 Move window
Alt+F12 Print all views (helpful if run from X11) Alt+F12 Print all views (helpful if run from X11)
``` ```
@ -54,4 +53,3 @@ In terms of size comparison of these two giants, it's worth reflecting on the si
[dwm](https://dwm.suckless.org) - 2k LOC [dwm](https://dwm.suckless.org) - 2k LOC