updated 'void-desktop-install.md'

This commit is contained in:
Luc Bijl 2023-04-19 18:07:40 +02:00
parent 8165a2dae8
commit 7b33a61c18

View file

@ -263,7 +263,7 @@ Configure a password for the user:
The user may be added to certain groups, to give it some rights.
```
# usermod -aG wheel,audio,video,kvm,tty,input,storage(,bluetooth,_seatd) <user>
# usermod -aG wheel,audio,video,kvm,tty,input,storage <user>
```
The package `sudo` that is present in the `base-system` package will be removed. Since, it is bloatware. To persist this. That is sudo will not be installed ever again on the system. Edit `/etc/xbps.d/xbps.conf` and insert:
@ -771,7 +771,7 @@ A custom bash script may be created in `/usr/local/bin`. That exports all the es
To configure the displays of the systems it's necessary to either configure them through `.config/wayfire.ini` or use an external application like `kanshi`. To install kanshi and a GUI to configure the displays:
```
# xbps-install -Sy kanshi wdisplays wlr-randr
# xbps-install -Sy kanshi
```
To actually change the display settings edit the `.config/kanshi/config` according to it's manpage. It should look something like:
@ -1141,7 +1141,7 @@ or
Some essential applications and packages.
```
# xbps-install firefox-esr vscode foot Thunar element-desktop mpv blueman noto-fonts-ttf noto-fonts-cjk
# xbps-install firefox-esr vscode foot Thunar element-desktop mpv blueman wdisplays wlr-randr noto-fonts-ttf noto-fonts-cjk
```
<!---
## Misc