summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2021-07-05 16:47:24 +0200
committerDave Davenport <qball@gmpclient.org>2021-07-05 16:47:24 +0200
commitdc101975aa6824661cb0859e43af5f484caabaa2 (patch)
tree70f2573a23e87e5b18f82f5489cc615c626a96a3
parent6f28a171ac242d982f5b872b9af88f26b80812cf (diff)
[Doc] Clarify and update run/drun alt/custom binding.
-rw-r--r--doc/rofi-theme.58
-rw-r--r--doc/rofi.16
-rw-r--r--doc/rofi.1.markdown6
3 files changed, 15 insertions, 5 deletions
diff --git a/doc/rofi-theme.5 b/doc/rofi-theme.5
index 1331729c..dc12e4fb 100644
--- a/doc/rofi-theme.5
+++ b/doc/rofi-theme.5
@@ -1290,10 +1290,16 @@ The current layout of \fBrofi\fP is structured as follows:
.PP
.RS
-.PP
+.RS
+.IP \(bu 2
ci is the case\-indicator
+.IP \(bu 2
fr is the num\-filtered\-rows
+.IP \(bu 2
ns is the num\-rows
+
+.RE
+
.RE
.SS Error message structure
diff --git a/doc/rofi.1 b/doc/rofi.1
index c7bd6a29..dd8f9a0e 100644
--- a/doc/rofi.1
+++ b/doc/rofi.1
@@ -1394,7 +1394,8 @@ If there is no match, it will try to launch the input.
.PP
Shows a list of executables in \fB\fC$PATH\fR and can launch them (optional in a terminal).
Pressing the \fB\fCdelete\-entry\fR binding (\fB\fCshift\-delete\fR) will remove this entry from the run history.
-Pressing the \fB\fCaccept\-custom\fR binding (\fB\fCcontrol\-enter\fR or \fB\fCshift\-enter\fR) will run the command in a terminal.
+Pressing the \fB\fCaccept\-custom\fR binding (\fB\fCcontrol\-enter\fR) will run the command as entered in the entry box.
+Pressing the \fB\fCaccept\-alt\fR binding (\fB\fCshift\-enter\fR) will run the command in a terminal.
.PP
When pressing the \fB\fCmode\-complete\fR binding (\fB\fCControl\-l\fR), you can use the File Browser mode to launch the application
@@ -1405,7 +1406,8 @@ with a file as the first argument.
Same as the \fBrun\fP launches, but the list is created from the installed desktop files. It automatically launches them
in a terminal if specified in the Desktop File.
Pressing the \fB\fCdelete\-entry\fR binding (\fB\fCshift\-delete\fR) will remove this entry from the run history.
-Pressing the \fB\fCaccept\-custom\fR binding (\fB\fCcontrol\-enter\fR or \fB\fCshift\-enter\fR) will run the command in a terminal.
+Pressing the \fB\fCaccept\-custom\fR binding (\fB\fCcontrol\-enter\fR) will run the command as entered in the entry box.
+Pressing the \fB\fCaccept\-alt\fR binding (\fB\fCshift\-enter\fR) will run the command in a terminal.
.PP
When pressing the \fB\fCmode\-complete\fR binding (\fB\fCControl\-l\fR), you can use the File Browser mode to launch the application
diff --git a/doc/rofi.1.markdown b/doc/rofi.1.markdown
index 20a14677..1ed5dbe1 100644
--- a/doc/rofi.1.markdown
+++ b/doc/rofi.1.markdown
@@ -848,7 +848,8 @@ If there is no match, it will try to launch the input.
Shows a list of executables in `$PATH` and can launch them (optional in a terminal).
Pressing the `delete-entry` binding (`shift-delete`) will remove this entry from the run history.
-Pressing the `accept-custom` binding (`control-enter` or `shift-enter`) will run the command in a terminal.
+Pressing the `accept-custom` binding (`control-enter`) will run the command as entered in the entry box.
+Pressing the `accept-alt` binding (`shift-enter`) will run the command in a terminal.
When pressing the `mode-complete` binding (`Control-l`), you can use the File Browser mode to launch the application
with a file as the first argument.
@@ -858,7 +859,8 @@ with a file as the first argument.
Same as the **run** launches, but the list is created from the installed desktop files. It automatically launches them
in a terminal if specified in the Desktop File.
Pressing the `delete-entry` binding (`shift-delete`) will remove this entry from the run history.
-Pressing the `accept-custom` binding (`control-enter` or `shift-enter`) will run the command in a terminal.
+Pressing the `accept-custom` binding (`control-enter`) will run the command as entered in the entry box.
+Pressing the `accept-alt` binding (`shift-enter`) will run the command in a terminal.
When pressing the `mode-complete` binding (`Control-l`), you can use the File Browser mode to launch the application
passing a file as argument if specified in the desktop file.