From 50488bfc057c279476ef88646d1c0db82be28608 Mon Sep 17 00:00:00 2001 From: smoothie-on-the-rocks <95510342+smoothie-on-the-rocks@users.noreply.github.com> Date: Fri, 10 Dec 2021 17:56:08 +0000 Subject: [PATCH] Change inline commands to block for easy selection This slight change in format allow to select the command by triple clicking it. Currently, it selects the whole line. Also, when viewed from github, the block can be copied by clicking in the link on the right side. --- user/how-to-guides/how-to-use-usb-devices.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/user/how-to-guides/how-to-use-usb-devices.md b/user/how-to-guides/how-to-use-usb-devices.md index 97cad9d5..50a08cbd 100644 --- a/user/how-to-guides/how-to-use-usb-devices.md +++ b/user/how-to-guides/how-to-use-usb-devices.md @@ -102,8 +102,14 @@ Under normal conditions, `qubes-usb-proxy` should already be installed and good If you receive this error: `ERROR: qubes-usb-proxy not installed in the VM`, you can install the `qubes-usb-proxy` with the package manager in the VM you want to attach the USB device to. -- Fedora: `sudo dnf install qubes-usb-proxy` -- Debian/Ubuntu: `sudo apt-get install qubes-usb-proxy` +- Fedora: + ``` + sudo dnf install qubes-usb-proxy + ``` +- Debian/Ubuntu: + ``` + sudo apt-get install qubes-usb-proxy + ``` ### Using USB Keyboards And Other Input Devices @@ -153,4 +159,6 @@ Now you see the path and the text between `/pci0000:00/0000:` and `/usb3` i.e. ` For example, On R 4.0 the command would look something like -`qvm-pci attach --persistent personal dom0:00_1a.0` +``` +qvm-pci attach --persistent personal dom0:00_1a.0 +```