command line flag to auto-map only input to only output

This commit is contained in:
Adam Stohl 2021-06-21 10:07:05 -07:00
parent efaf76e9ab
commit c88aa04cf0
3 changed files with 19 additions and 5 deletions

View file

@ -45,6 +45,7 @@ struct cg_server {
struct wl_listener new_xwayland_surface;
#endif
bool auto_map_output;
bool xdg_decoration;
bool allow_vt_switch;
enum wl_output_transform output_transform;