updated 'void-desktop-install.md'
This commit is contained in:
parent
e6a7ed8842
commit
ffe8de0b06
1 changed files with 9 additions and 3 deletions
|
@ -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/
|
||||
```
|
||||
|
||||
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`.
|
||||
|
||||
```
|
||||
|
@ -745,11 +751,11 @@ wayfire-run
|
|||
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/
|
||||
# cp -r void-desktop/config-files/wlogout /etc/greetd/config/
|
||||
# ln -s .config/kanshi /etc/greetd/config
|
||||
# ln -s .config/wlogout /etc/greetd/config
|
||||
```
|
||||
|
||||
### Window manager
|
||||
|
|
Loading…
Reference in a new issue