wlroots-hyprland/rootston
Jan Beich f80d174e8b Simplify evdev includes on FreeBSD by relying on up-to-date package
As evdev-proto is installed by CI some files have been missed:

 ../examples/pointer-constraints.c:2:10: fatal error: 'linux/input-event-codes.h' file not found
 #include <linux/input-event-codes.h>
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
 ../examples/relative-pointer-unstable-v1.c:5:10: fatal error: 'linux/input-event-codes.h' file not found
 #include <linux/input-event-codes.h>
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
2019-01-07 08:08:47 +00:00
..
README.md Update READMEs per tinywl merge 2019-01-03 10:10:03 -05:00
bindings.c Fix style nits 2018-12-15 14:57:12 +11:00
config.c Working switches in rootston: 2018-12-15 14:42:35 +11:00
cursor.c Simplify evdev includes on FreeBSD by relying on up-to-date package 2019-01-07 08:08:47 +00:00
desktop.c Merge pull request #1423 from emersion/data-control 2019-01-06 22:41:35 -05:00
ini.c Fix gcc string truncation warnings 2018-04-13 14:37:53 +09:00
input.c [WIP][DONTMERGE]Add support for libinput_switch input devices 2018-12-15 14:42:35 +11:00
keyboard.c Factor out binding command execution to separate file 2018-12-15 14:42:35 +11:00
layer_shell.c layer-shell: add _v1 suffix 2018-09-14 19:32:33 +02:00
main.c Use #if instead of #ifdef for wlroots config data 2018-11-12 10:12:46 +01:00
meson.build Working switches in rootston: 2018-12-15 14:42:35 +11:00
output.c rootston: fix crash with fullscreen surfaces 2019-01-04 16:13:04 +03:00
rootston.ini.example Implement pointer-constraints protocol in wlroots and rootston 2018-09-18 10:14:33 +02:00
seat.c Working switches in rootston: 2018-12-15 14:42:35 +11:00
switch.c Remove unused variables 2018-12-15 14:59:51 +11:00
text_input.c text-input: Accept disable requests 2018-10-13 20:46:53 +00:00
virtual_keyboard.c util: add wlr_ prefix to log symbols 2018-07-09 22:49:54 +01:00
wl_shell.c rootston: add support for wlr_foreign_toplevel_management_v1 2018-12-08 14:09:51 +01:00
xdg_shell.c rootston: add support for wlr_foreign_toplevel_management_v1 2018-12-08 14:09:51 +01:00
xdg_shell_v6.c rootston: add support for wlr_foreign_toplevel_management_v1 2018-12-08 14:09:51 +01:00
xwayland.c rootston: add support for wlr_foreign_toplevel_management_v1 2018-12-08 14:09:51 +01:00

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.