Implement per-client app identity

This commit is contained in:
Yukino Song
2025-01-23 18:09:43 +08:00
parent 8433eaa8b3
commit 8a20264c19
5 changed files with 50 additions and 9 deletions

View File

@@ -73,6 +73,7 @@ namespace proc {
bool virtual_display;
bool virtual_display_primary;
bool use_app_identity;
bool per_client_app_identity;
bool allow_client_commands;
int scale_factor;
std::chrono::seconds exit_timeout;