Merge branch 'main' of github.com:mati7337/qubes-doc into mati7337-main

This commit is contained in:
Andrew David Wong 2022-12-30 02:38:25 -08:00
commit 31ab273d40
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -73,6 +73,17 @@ For example, if you are certain that you never wish to paste *into* your "vault"
@anyvm @anyvm ask @anyvm @anyvm ask
~~~ ~~~
Automatic clipboard wiping
--------------------------
By default data pasted into a qube will remain there until user copies something else or restarts the qube. It's possible to make the `qubes-gui` process inside a qube wipe the clipboard automatically after a minute from the last paste operation. This helps protect users from accidentally pasting the old content of the clipboard like a password in the wrong place like a browser search bar. Since qubes don't share the same clipboard, software like KeePassXC isn't able to automatically wipe the clipboard of other qubes.
To enable automatic wiping of the clipboard after a minute use `qvm-service`:
~~~
qvm-service --enable VMNAME gui-agent-clipboard-wipe
~~~
Shortcut configuration Shortcut configuration
---------------------- ----------------------