Commit graph

6 commits

Author SHA1 Message Date
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