mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-05-16 21:38:24 -04:00
cage: add -x flag to disable XWayland at runtime
Allows disabling XWayland support at runtime even when the binary was built with it.
This commit is contained in:
parent
4ba2f605f4
commit
739c1c35e4
2 changed files with 39 additions and 28 deletions
1
server.h
1
server.h
|
|
@ -72,6 +72,7 @@ struct cg_server {
|
|||
|
||||
bool xdg_decoration;
|
||||
bool allow_vt_switch;
|
||||
bool enable_xwayland;
|
||||
bool return_app_code;
|
||||
bool terminated;
|
||||
enum wlr_log_importance log_level;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue