wlroots-hyprland/rootston
2019-04-26 18:23:25 +03:00
..
bindings.c
config.c
cursor.c
desktop.c Remove wlr_wl_shell 2019-04-26 18:23:25 +03:00
ini.c
input.c
keyboard.c
layer_shell.c
main.c
meson.build Remove wlr_wl_shell 2019-04-26 18:23:25 +03:00
output.c Remove wlr_wl_shell 2019-04-26 18:23:25 +03:00
README.md
render.c output: rename needs_commit to needs_frame 2019-04-23 14:34:30 -06:00
rootston.ini.example
seat.c
switch.c
text_input.c
view.c
virtual_keyboard.c
xdg_shell.c output: remove lx, ly 2019-04-13 08:31:30 -06:00
xdg_shell_v6.c output: remove lx, ly 2019-04-13 08:31:30 -06:00
xwayland.c

rootston

Rootston is the "big" wlroots test compositor. It implements basically every feature of wlroots and may be useful as a reference for new compositors. However, it's mostly used as a testbed for wlroots development and does not have particularly clean code and is not particularly well designed: proceed with a grain of salt. It is not designed for end-users.

Running rootston

If you followed the build instructions in ../README.md, the rootston executable can be found at build/rootston/rootston. To use it, refer to the example config at rootston/rootston.ini.example and place a config file of your own at rootston.ini in the working directory (or in an arbitrary location via rootston -C). Other options are available, refer to rootston -h.