summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2016-05-12 11:25:18 +0200
committerQuentin Glidic <sardemff7+git@sardemff7.net>2016-05-12 11:30:34 +0200
commit3bd41b9a419fcf01250d614d1e05c8a79576dcd8 (patch)
tree2b9fe2238775ab978858790ab9f16c0f94fbce9e /doc
parent09437e3f0e22a0819cd841635f572dab88e644ad (diff)
window: Kill the window on delete-entry
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/rofi-manpage.markdown2
-rw-r--r--doc/rofi.14
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/rofi-manpage.markdown b/doc/rofi-manpage.markdown
index 29c3cd39..31da0a27 100644
--- a/doc/rofi-manpage.markdown
+++ b/doc/rofi-manpage.markdown
@@ -712,10 +712,12 @@ A keybinding starting with `!` will act when all keys have been released.
### Window
Show a list of all the windows and allow switching between them.
+Pressing the `delete-entry` binding (`shift-delete`) will kill the window.
### WindowCD
Shows a list of the windows on the current desktop and allows switching between them.
+Pressing the `delete-entry` binding (`shift-delete`) will kill the window.
### Run
diff --git a/doc/rofi.1 b/doc/rofi.1
index d44f8c1c..5654b70b 100644
--- a/doc/rofi.1
+++ b/doc/rofi.1
@@ -1166,10 +1166,10 @@ A keybinding starting with \fB!\fR will act when all keys have been released\.
.SH "Available Modi"
.
.SS "Window"
-Show a list of all the windows and allow switching between them\.
+Show a list of all the windows and allow switching between them\. Pressing the \fBdelete\-entry\fR binding (\fBshift\-delete\fR) will kill the window\.
.
.SS "WindowCD"
-Shows a list of the windows on the current desktop and allows switching between them\.
+Shows a list of the windows on the current desktop and allows switching between them\. Pressing the \fBdelete\-entry\fR binding (\fBshift\-delete\fR) will kill the window\.
.
.SS "Run"
Shows a list of executables in \fB$PATH\fR and can launch them (optional in a terminal)\. Pressing the \fBaccept\-custom\fR binding (\fBcontrol\-enter\fR or \fBshift\-enter\fR) will run the command in a terminal\.