summaryrefslogtreecommitdiffstats
path: root/doc/rofi-manpage.markdown
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-03-31 15:27:13 +0200
committerDave Davenport <qball@gmpclient.org>2017-03-31 15:27:13 +0200
commitb4c9bad2670c7cbdb2e26b384e18104d568cde99 (patch)
treea869beea15862329d7bddf4758cb3922a7f0fa93 /doc/rofi-manpage.markdown
parent738d7e2e0c8295b741b2eab3b2b46b8985c06e23 (diff)
Document '/' as separator and add to combi mode.
Diffstat (limited to 'doc/rofi-manpage.markdown')
-rw-r--r--doc/rofi-manpage.markdown6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/rofi-manpage.markdown b/doc/rofi-manpage.markdown
index 5ba54c15..e37c3990 100644
--- a/doc/rofi-manpage.markdown
+++ b/doc/rofi-manpage.markdown
@@ -190,6 +190,9 @@ Example: Have a mode 'Workspaces' using the `i3_switch_workspaces.sh` script:
rofi -modi "window,run,ssh,Workspaces:i3_switch_workspaces.sh" -show Workspaces
+Notes: The I3 Window manager does not like commas in the command when specifying an exec command.
+For that case '/' can be used as an separator.
+
`-case-sensitive`
Start in case sensitive mode.
@@ -463,6 +466,9 @@ To get one merge view, of window,run,ssh:
rofi -show combi -combi-modi "window,run,ssh" -modi combi
+Notes: The I3 Window manager does not like commas in the command when specifying an exec command.
+For that case '/' can be used as an separator.
+
### History and Sorting
`-disable-history`