Fixed hierarchy of titles and added a fullstop

This commit is contained in:
qubedmaiska 2025-01-14 20:51:46 -05:00
parent ed16d1265d
commit 62d9a4f084
No known key found for this signature in database
GPG Key ID: 204BCE0FD52C0501
2 changed files with 6 additions and 6 deletions

View File

@ -92,7 +92,7 @@ Note that you must create the full folder structure under `/rw/bind-dirs` - e.g
Any changes you make will not survive a reboot. If you think it likely you will want to edit a file, then either include the parent directory in bind-dirs rather than the file, or perform the file operation on the file in `/rw/bind-dirs`. Any changes you make will not survive a reboot. If you think it likely you will want to edit a file, then either include the parent directory in bind-dirs rather than the file, or perform the file operation on the file in `/rw/bind-dirs`.
* Some files are altered when a qube boots - e.g. `/etc/hosts`. * Some files are altered when a qube boots - e.g. `/etc/hosts`.
If you try to use bind-dirs on such files you may break your qube in unpredictable ways. If you try to use bind-dirs on such files you may break your qube in unpredictable ways.
You can add persistent rules to `/etc/hosts` using [`/rw/config/rc.local`](/doc/config-files) You can add persistent rules to `/etc/hosts` using [`/rw/config/rc.local`](/doc/config-files).
## How to remove binds from bind-dirs.sh? ## How to remove binds from bind-dirs.sh?

View File

@ -24,7 +24,7 @@ optionally in case you would prefer writing your own configuration (see
That's it. After logging out, you can select i3 in the login manager. That's it. After logging out, you can select i3 in the login manager.
### Customization # Customization
**Caution:** The following external resources may not have been reviewed by the Qubes team. **Caution:** The following external resources may not have been reviewed by the Qubes team.
@ -34,13 +34,13 @@ That's it. After logging out, you can select i3 in the login manager.
* [i3 config with dmenu-i3-window-jumper](https://github.com/anadahz/qubes-i3-config/blob/master/config) * [i3 config with dmenu-i3-window-jumper](https://github.com/anadahz/qubes-i3-config/blob/master/config)
* [dmenu script to open a terminal in a chosen VM](https://gist.github.com/dmoerner/65528941dd20b05c98ee79e92d7e0183) * [dmenu script to open a terminal in a chosen VM](https://gist.github.com/dmoerner/65528941dd20b05c98ee79e92d7e0183)
## Compilation and installation from source # Compilation and installation from source
Note that the compilation from source is done in a Fedora based domU (could Note that the compilation from source is done in a Fedora based domU (could
be dispvm). The end result is always an `.rpm` that is copied to dom0 and then be dispvm). The end result is always an `.rpm` that is copied to dom0 and then
installed through the package manager. installed through the package manager.
### Getting the code ## Getting the code
Clone the i3-qubes repository here: Clone the i3-qubes repository here:
@ -57,7 +57,7 @@ OS and changes some defaults so the user can't override decisions.
If you want to make any changes to the package, this is the time and place to do If you want to make any changes to the package, this is the time and place to do
it. it.
### Building ## Building
You'll need to install the build dependencies, which are listed in You'll need to install the build dependencies, which are listed in
build-deps.list. You can verify them and then install them with: build-deps.list. You can verify them and then install them with:
@ -76,7 +76,7 @@ $ make verify-sources
$ make rpms $ make rpms
``` ```
### Installing ## Installing
**Warning**: Manually installing software in dom0 is inherently risky, and the method described here circumvents the usual security mechanisms of qubes-dom0-update. **Warning**: Manually installing software in dom0 is inherently risky, and the method described here circumvents the usual security mechanisms of qubes-dom0-update.