summaryrefslogtreecommitdiffstats
path: root/doc/rofi-manpage.markdown
diff options
context:
space:
mode:
authorIan Remmler <ian@remmler.org>2016-09-08 15:42:41 -0500
committerDave Davenport <DaveDavenport@users.noreply.github.com>2016-09-08 22:42:41 +0200
commit91e2ecf2128f309d14691373cfec431343f105fd (patch)
tree43293dc884d7bfc4ae85dd8be6945e817a836936 /doc/rofi-manpage.markdown
parente3fb17a843602df47ccf417c051e811e2da60ce1 (diff)
Added click-to-exit option. (#460)
Exit if a mouse button is pressed and released outside of the rofi window.
Diffstat (limited to 'doc/rofi-manpage.markdown')
-rw-r--r--doc/rofi-manpage.markdown12
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/rofi-manpage.markdown b/doc/rofi-manpage.markdown
index 502794c6..f3ebc8d4 100644
--- a/doc/rofi-manpage.markdown
+++ b/doc/rofi-manpage.markdown
@@ -47,6 +47,7 @@
[ -fake-transparency ]
[ -matching *method* ]
[ -tokenize ]
+[ -no-click-to-exit ]
[ -threads *num* ]
[ -config *filename* ]
@@ -174,9 +175,9 @@ Custom modes can be added using the internal 'script' mode. Each mode has two pa
<name>:<script>
-Example: Have a mode 'Workspaces' using the `i3_switch_workspace.sh` script:
+Example: Have a mode 'Workspaces' using the `i3_switch_workspaces.sh` script:
- rofi -modi "window,run,ssh,Workspaces:i3_switch_workspace.sh" -show Workspaces
+ rofi -modi "window,run,ssh,Workspaces:i3_switch_workspaces.sh" -show Workspaces
`-case-sensitive`
@@ -646,6 +647,13 @@ file (currently only supports png).
Set the name to use for mode. This is used as prompt and in combi-browser.
+`-click-to-exit`
+`-no-click-to-exit`
+
+Click the mouse outside of the **rofi** window to exit.
+
+Default: *enabled*
+
### Debug