Skip to content

Commit d23e99c

Browse files
committed
Add max_clipboard_size GUI Daemon option
fixes: QubesOS/qubes-issues#9296
1 parent 30d7547 commit d23e99c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qubesadmin/tools/qvm_start_daemon.py

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
('trayicon_mode', 'str'),
5555
('window_background_color', 'str'),
5656
('startup_timeout', 'int'),
57+
('max_clipboard_size', 'int'),
5758
]
5859

5960
formatter = logging.Formatter(

0 commit comments

Comments
 (0)