Update qmenu.md

This commit is contained in:
SINE3o14NNAE 2019-12-04 16:38:11 +00:00 committed by GitHub
parent e8615a50de
commit f7569dcb0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ inside your path and change their mode bits.
[user@dom0 ~]$ sudo chmod 755 /usr/bin/qmenu-XX
- _Optionally_, copy the default config file:
- _Optionally_, copy the default config file for visually appealing colors:
[user@dom0 ~]$ qvm-run --pass-io dispXXXX 'cat /home/user/qmenu/qmenu.conf' > /home/user/.config/qmenu.conf
@ -80,6 +80,6 @@ The colors that correspond to the qube label can be adjusted by creating a text
### dmenu ###
In order to customize and configure dmenu, instead of downloading it from the repositories,
you have to get it from [suckless](https://tools.suckless.org/dmenu/patches/), compile it yourself
you have to get it from [suckless](https://tools.suckless.org/dmenu/), compile it yourself
and [copy it to dom0](https://www.qubes-os.org/doc/copy-from-dom0/#copying-to-dom0).
**However, this way of installing software in dom0 is not advised and can compromise the security of your system!**