From 7b33a61c1864fdc9653c782f6a69310ad04d0f31 Mon Sep 17 00:00:00 2001 From: Luc Date: Wed, 19 Apr 2023 18:07:40 +0200 Subject: [PATCH] updated 'void-desktop-install.md' --- void-desktop-install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/void-desktop-install.md b/void-desktop-install.md index af04c52..4eefe80 100644 --- a/void-desktop-install.md +++ b/void-desktop-install.md @@ -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) +# usermod -aG wheel,audio,video,kvm,tty,input,storage ``` 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 ```