summaryrefslogtreecommitdiffstats
path: root/doc/rofi-manpage.markdown
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-03-31 20:57:42 +0200
committerDave Davenport <qball@gmpclient.org>2017-03-31 20:57:42 +0200
commit563dc8dafde2b11379f99777931b34d0e5f8ecdd (patch)
tree7780e9b7041b04ceaeab4cf04d17f950cd328a10 /doc/rofi-manpage.markdown
parent2953e3cb1f92eb34bc8f9293be413e34f0d864cd (diff)
Fix alternate separator
Diffstat (limited to 'doc/rofi-manpage.markdown')
-rw-r--r--doc/rofi-manpage.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rofi-manpage.markdown b/doc/rofi-manpage.markdown
index e37c3990..13a2bf5c 100644
--- a/doc/rofi-manpage.markdown
+++ b/doc/rofi-manpage.markdown
@@ -191,7 +191,7 @@ 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.
+For that case '#' can be used as an separator.
`-case-sensitive`
@@ -467,7 +467,7 @@ 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.
+For that case '#' can be used as an separator.
### History and Sorting