diff --git a/releasenotes/1.7.0/complete.gif b/releasenotes/1.7.0/complete.gif new file mode 100644 index 00000000..92b328ba Binary files /dev/null and b/releasenotes/1.7.0/complete.gif 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.