You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
emersion
943e918a96
|
6 years ago | |
---|---|---|
.. | ||
README.md | 6 years ago | |
bindings.c | 6 years ago | |
config.c | 6 years ago | |
cursor.c | 6 years ago | |
desktop.c | 6 years ago | |
ini.c | 7 years ago | |
input.c | 6 years ago | |
keyboard.c | 6 years ago | |
layer_shell.c | 6 years ago | |
main.c | 6 years ago | |
meson.build | 6 years ago | |
output.c | 6 years ago | |
rootston.ini.example | 6 years ago | |
seat.c | 6 years ago | |
switch.c | 6 years ago | |
text_input.c | 6 years ago | |
virtual_keyboard.c | 6 years ago | |
wl_shell.c | 6 years ago | |
xdg_shell.c | 6 years ago | |
xdg_shell_v6.c | 6 years ago | |
xwayland.c | 6 years ago |
README.md
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
.