updated 'void-desktop-install.md'
This commit is contained in:
parent
8165a2dae8
commit
7b33a61c18
1 changed files with 3 additions and 3 deletions
|
@ -263,7 +263,7 @@ Configure a password for the user:
|
||||||
The user may be added to certain groups, to give it some rights.
|
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:
|
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:
|
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:
|
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.
|
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
|
## Misc
|
||||||
|
|
Loading…
Reference in a new issue