mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-02-22 01:40:49 -05:00
Add cage clone mode
The main window will be restricted to the smallest dimensions of all possible screens
This commit is contained in:
parent
dcd64ae48b
commit
02bbb4a94a
8 changed files with 101 additions and 11 deletions
1
server.h
1
server.h
|
|
@ -70,6 +70,7 @@ struct cg_server {
|
|||
|
||||
struct wlr_foreign_toplevel_manager_v1 *foreign_toplevel_manager;
|
||||
|
||||
bool clone_mode;
|
||||
bool xdg_decoration;
|
||||
bool allow_vt_switch;
|
||||
bool return_app_code;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue