add new line for correct conversion from md to rst

This commit is contained in:
qubedmaiska 2025-02-09 17:23:15 -05:00
parent f3d5fb45d8
commit 8fb701ea79
No known key found for this signature in database
GPG key ID: 204BCE0FD52C0501
3 changed files with 4 additions and 3 deletions

View file

@ -113,8 +113,7 @@ VM: {
Currently supported settings: Currently supported settings:
- `allow_fullscreen` - allow VM to request its windows to go fullscreen (without any colorful frame). - `allow_fullscreen` - allow VM to request its windows to go fullscreen (without any colorful frame).
- **Note:** Regardless of this setting, you can always put a window into fullscreen mode in Xfce4 using the trusted window manager by right-clicking on a window's title bar and selecting "Fullscreen".
**Note:** Regardless of this setting, you can always put a window into fullscreen mode in Xfce4 using the trusted window manager by right-clicking on a window's title bar and selecting "Fullscreen".
This functionality should still be considered safe, since a VM window still can't voluntarily enter fullscreen mode. This functionality should still be considered safe, since a VM window still can't voluntarily enter fullscreen mode.
The user must select this option from the trusted window manager in dom0. The user must select this option from the trusted window manager in dom0.
To exit fullscreen mode from here, press `alt` + `space` to bring up the title bar menu again, then select "Leave Fullscreen". To exit fullscreen mode from here, press `alt` + `space` to bring up the title bar menu again, then select "Leave Fullscreen".

View file

@ -98,7 +98,7 @@ We recommend consulting these resources when selecting hardware for Qubes OS:
offer significant security advantages over conventional operating systems on offer significant security advantages over conventional operating systems on
the same hardware. the same hardware.
Intel maintains a - Intel maintains a
[list](https://www.intel.com/content/www/us/en/support/articles/000022396/processors.html) [list](https://www.intel.com/content/www/us/en/support/articles/000022396/processors.html)
of end-of-support dates for its processors. However, this list seems to of end-of-support dates for its processors. However, this list seems to
include only processors that are no longer supported or will soon no longer include only processors that are no longer supported or will soon no longer

View file

@ -59,9 +59,11 @@ user ALL=(ALL) NOPASSWD: ALL
# #
# joanna. # joanna.
``` ```
The core of this statement continues to reflect the views of the Qubes developers. The core of this statement continues to reflect the views of the Qubes developers.
Passwordless root is provided by the `qubes-core-agent-passwordless-root` package. Passwordless root is provided by the `qubes-core-agent-passwordless-root` package.
Details of the implementation are [here](/doc/vm-sudo-implementation). Details of the implementation are [here](/doc/vm-sudo-implementation).
[Minimal templates](/doc/templates/minimal/), which are intended for use by advanced users, do not have this package installed by default. [Minimal templates](/doc/templates/minimal/), which are intended for use by advanced users, do not have this package installed by default.