Change "true" to "True"

Without it being "True" it throws an error. I had to look at this page to figure out why it wasn't working https://www.qubes-os.org/doc/dispvm-customization/
This commit is contained in:
Lunar 2018-08-07 22:21:56 -05:00 committed by GitHub
parent e92112ea6d
commit e88cfbf009
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ If you have included the Whonix option in your install, there will also be a `wh
You can set any AppVM to have the ability to act as a DVM Template with:
qvm-prefs <vmname> template_for_dispvms true
qvm-prefs <vmname> template_for_dispvms True
The default system wide DVM Template can be changed with `qubes-prefs default_dispvm`.
By combining the two, choosing `Open in Disposable VM` from inside an AppVM will open the document in a DispVM based on the default DVM Template you specified.