Skip to content

Commit

Permalink
Make maximum clipboard buffer lenght configurable
Browse files Browse the repository at this point in the history
Users will be able to set global and/or per qube clipboard limit size by
setting `max_clipboard_size` feature of GUIVM or individual qubes

Clipboard sizes over the limit will trigger special event for a pop-up

fixes: QubesOS/qubes-issues#9296
  • Loading branch information
alimirjamali committed Oct 19, 2024
1 parent 9966538 commit 71c5c29
Show file tree
Hide file tree
Showing 3 changed files with 211 additions and 69 deletions.
5 changes: 5 additions & 0 deletions gui-daemon/guid.conf
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,9 @@ global: {
# Timeout when waiting for qubes-gui-agent
#
# startup_timeout = 45;

# Inter-qube clipboard maximum character limit. This could be between
# 256 to 256000 characters. Default is 64000 characters.
#
# max_clipboard_size = 64000
}
Loading

0 comments on commit 71c5c29

Please sign in to comment.