Commit graph

108 commits

Author SHA1 Message Date
Jente Hidskes
1dcb6355ad
Make pointer visible on startup 2018-12-25 20:29:23 +01:00
Jente Hidskes
95372f3f37
Switch to Meson
This makes it easier to extend in the future. Also, it will make it
easier to add (un)install targets and eventually, distribute files such
as systemd services.
2018-12-25 20:29:23 +01:00
Jente Hidskes
429392ac63
Refactor desktop_view_at 2018-12-25 20:29:23 +01:00
Jente Hidskes
58a9f09617
Handle keyboard removal 2018-12-25 20:29:23 +01:00
Jente Hidskes
92ba822b10
Actually maximize the window.
It appears that wlr_xdg_toplevel_set_maximized does not actually change
the size of the surface. Rather, it only makes the surface think it is
maximized. Hence, we need to set the size to that of the output
manually.
2018-12-25 20:29:23 +01:00
Jente Hidskes
d819eedc62
Allow arguments to be passed to applications 2018-12-25 20:29:23 +01:00
Jente Hidskes
fda8e22d13
Remove support for multiple outputs
A kiosk is only ever attached to a single output.
2018-12-25 20:29:22 +01:00
Jente Hidskes
26d9917160
Initial commit 2018-12-25 20:29:22 +01:00