Add option to disable mouse input

This commit is contained in:
hexnet1234 2026-03-09 19:18:33 +01:00
parent dcd64ae48b
commit 58cc8551f8
3 changed files with 7 additions and 2 deletions

View file

@ -70,6 +70,7 @@ struct cg_server {
struct wlr_foreign_toplevel_manager_v1 *foreign_toplevel_manager;
bool disable_mouse;
bool xdg_decoration;
bool allow_vt_switch;
bool return_app_code;