summaryrefslogtreecommitdiffstats
path: root/releasenotes
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2021-08-16 21:03:22 +0200
committerDave Davenport <qball@blame.services>2021-08-16 21:03:22 +0200
commit4bd370dd1ae08b0ecff8961880f0783198e37b50 (patch)
tree46660acd931db55807d28a7625cd8c4db1e3bae8 /releasenotes
parenta9c95b773fbea1c5a05050ddeb47462bbc119002 (diff)
[Doc] Update release note with gif.
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/1.7.0/complete.gifbin0 -> 780598 bytes
-rw-r--r--releasenotes/1.7.0/release-1.7.0.markdown10
2 files changed, 10 insertions, 0 deletions
diff --git a/releasenotes/1.7.0/complete.gif b/releasenotes/1.7.0/complete.gif
new file mode 100644
index 00000000..92b328ba
--- /dev/null
+++ b/releasenotes/1.7.0/complete.gif
Binary files differ
diff --git a/releasenotes/1.7.0/release-1.7.0.markdown b/releasenotes/1.7.0/release-1.7.0.markdown
index 0d27c57d..ba9b6063 100644
--- a/releasenotes/1.7.0/release-1.7.0.markdown
+++ b/releasenotes/1.7.0/release-1.7.0.markdown
@@ -46,6 +46,16 @@ configuration {
## File Completion
+In run and drun you can add a file argument to the executable by pressing
+`Control-l` (In drun this only works, if the desktop file indicates that the
+application supports this.)
+
+
+![completer](./complete.gif)
+
+This is not the final implementation, I plan to extend this and make this more configurable.
+
+
## Timeout actions
You can now configure an action to be taken when rofi has not been interacted with for a certain amount of seconds.