aboutsummaryrefslogtreecommitdiff
path: root/src-qt5
diff options
context:
space:
mode:
Diffstat (limited to 'src-qt5')
-rw-r--r--src-qt5/desktop-utils/lumina-fm/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/src-qt5/desktop-utils/lumina-fm/README.md b/src-qt5/desktop-utils/lumina-fm/README.md
index 8a2703f5..3defc1a1 100644
--- a/src-qt5/desktop-utils/lumina-fm/README.md
+++ b/src-qt5/desktop-utils/lumina-fm/README.md
@@ -36,4 +36,9 @@ Key Features:
* Any paths listed after `lumina-fm` will open up new tabs of the browser
* Example : `lumina-fm /usr /etc /bin`
+* `-new-instance` will open Lumina-fm with a new browser window for the home directory
+ * Example : `lumina-fm -new-instance`
+* Paths can be used along with `-new-instance` to open a new browser to that path, mulitple arguments are allowed.
+ * Example : `lumina-fm -new-instance /usr /bin /etc`
+
bgstack15