Add option to enable/disable client commands per-app

This commit is contained in:
Yukino Song
2025-01-23 01:51:17 +08:00
parent d5f81773a8
commit 5aaeb70722
6 changed files with 36 additions and 5 deletions

View File

@@ -73,6 +73,7 @@ namespace proc {
bool virtual_display;
bool virtual_display_primary;
bool use_app_identity;
bool allow_client_commands;
int scale_factor;
std::chrono::seconds exit_timeout;
};
@@ -84,7 +85,7 @@ namespace proc {
std::string display_name;
std::string initial_display;
bool virtual_display;
bool initial_hdr;
bool allow_client_commands;
proc_t(