Update README.md

This commit is contained in:
Lemniskett 2020-12-15 14:37:51 +07:00 committed by GitHub
parent 6d05f2f7e1
commit bc78e0cc9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,8 +77,10 @@ To start services immediately, in archbox do :
sudo servicectl start <service name>
```
This isn't actually using systemd to start services, rather it parses systemd .service files and executes it.
#### Desktop entries
Use ```archbox-desktop``` to install desktop entries in chroot to host (installed to ```~/.local/share/applications/archbox```)
#### Lauching apps via rofi
Instead of opening terminal everytime you want to run application inside chroot, you may want to launch rofi inside chroot, install rofi and do :
Instead of opening terminal or installing desktop entries everytime you want to run application inside chroot, you may want to launch rofi inside chroot, install rofi and do :
```
archbox rofi -show drun
```