summaryrefslogtreecommitdiffstats
path: root/doc/rofi-manpage.markdown
diff options
context:
space:
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`