updated 'void-desktop-install.md'
This commit is contained in:
parent
ffe8de0b06
commit
e29748289b
1 changed files with 3 additions and 9 deletions
|
@ -738,12 +738,6 @@ 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`.
|
||||
|
||||
```
|
||||
|
@ -751,11 +745,11 @@ wayfire-run
|
|||
bash
|
||||
```
|
||||
|
||||
Additionally `kanshi` and `wlogout` may be added in the greeter session by creating symbolic links.
|
||||
Additionally `kanshi` and `wlogout` may be added in the greeter session.
|
||||
|
||||
```
|
||||
# ln -s .config/kanshi /etc/greetd/config
|
||||
# ln -s .config/wlogout /etc/greetd/config
|
||||
# cp -r void-desktop/config-files/kanshi /etc/greetd/config
|
||||
# cp -r void-desktop/config-files/wlogout /etc/greetd/config
|
||||
```
|
||||
|
||||
### Window manager
|
||||
|
|
Loading…
Reference in a new issue