summaryrefslogtreecommitdiffstats
path: root/doc/rofi-manpage.markdown
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2017-03-31 18:02:41 +0200
committerQuentin Glidic <sardemff7+git@sardemff7.net>2017-03-31 18:02:41 +0200
commit3a29d3ec7e03a79457a8122cef031d9ae9b7a35e (patch)
treeb035f5cd9a6f1bd3f0ae74bdc4908d079a38e1e9 /doc/rofi-manpage.markdown
parent7db9cc56bf427e891df3d7bc2a11880f44773e1d (diff)
parentb418352d438b0caa6cd5d3d81887b6c1684395cc (diff)
Merge branch 'master' into wip/waylandwip/wayland
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`