Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pr/221'
Browse files Browse the repository at this point in the history
* origin/pr/221:
  Add missing GUI daemon options
  • Loading branch information
marmarek committed Oct 17, 2022
2 parents 1726ca3 + 4f20c1d commit b30b303
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qubesadmin/tools/qvm_start_daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
GUI_DAEMON_OPTIONS = [
('allow_fullscreen', 'bool'),
('override_redirect_protection', 'bool'),
('override_redirect', 'str'),
('allow_utf8_titles', 'bool'),
('secure_copy_sequence', 'str'),
('secure_paste_sequence', 'str'),
Expand Down

0 comments on commit b30b303

Please sign in to comment.