updated 'void-desktop-install.md'

This commit is contained in:
Luc Bijl 2023-04-20 11:15:14 +02:00
parent e6a7ed8842
commit ffe8de0b06

View file

@ -738,6 +738,12 @@ For styling of gtkgreet edit `/etc/greetd/config/gtkgreet.css`:
# cp -r void-desktop/config-files/gtkgreet/gtkgreet.css /etc/greetd/config/ # cp -r void-desktop/config-files/gtkgreet/gtkgreet.css /etc/greetd/config/
``` ```
Or if `gtklock` is also used on the system, link the `style.css` in `.config/gtklock` to `/etc/greetd/config` as `gtkgreet.css`.
```
# ln -s .config/gtklock/style.css /etc/greetd/config/gtkgreet.css
```
Finally add `wayfire-run` and possibly `bash` to `/etc/greetd/environments`. Finally add `wayfire-run` and possibly `bash` to `/etc/greetd/environments`.
``` ```
@ -745,11 +751,11 @@ wayfire-run
bash bash
``` ```
Additionally `kanshi` and `wlogout` may be added in the greeter session. Additionally `kanshi` and `wlogout` may be added in the greeter session by creating symbolic links.
``` ```
# cp -r void-desktop/config-files/kanshi /etc/greetd/config/ # ln -s .config/kanshi /etc/greetd/config
# cp -r void-desktop/config-files/wlogout /etc/greetd/config/ # ln -s .config/wlogout /etc/greetd/config
``` ```
### Window manager ### Window manager