From bc78e0cc9d19c10b73c85996965d085873f2d67a Mon Sep 17 00:00:00 2001 From: Lemniskett Date: Tue, 15 Dec 2020 14:37:51 +0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 00e4811..811b2df 100644 --- a/README.md +++ b/README.md @@ -76,9 +76,11 @@ To start services immediately, in archbox do : ``` sudo servicectl start ``` -This isn't actually using systemd to start services, rather it parses systemd .service files and executes it. +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 ```