aboutsummaryrefslogtreecommitdiff
path: root/exec
Commit message (Collapse)AuthorAgeFilesLines
* Merged pull request #129Bert Münnich2014-01-311-3/+3
|\
| * Use a prefix key to execute the key handlerAndrás Mohari2014-01-311-3/+3
|/ | | | | | The default prefix key is C-x, and can be changed in config.def.h. The first key pressed after the prefix key will be passed the external key handler, unless the key is Escape, which is used to cancel the prefix.
* Adhere to XDG Base Directory Specification; fixes issue #124Bert Münnich2014-01-112-2/+2
|
* Added doc header to exec/key-handlerBert Münnich2014-01-051-0/+11
|
* Show metadata of image on Ctrl-e in exec/key-handlerBert Münnich2014-01-051-0/+2
|
* Copy image path to primary on Ctrl-c in exec/key-handlerBert Münnich2014-01-051-0/+2
|
* Simplified EXIF tag extraction in exec/image-infoBert Münnich2014-01-031-1/+1
|
* Moved external shell commands into exec/key-handler scriptBert Münnich2014-01-022-0/+38
Gets called on all unset key mappings. Arguments are: key combo and current file. Thanks to Francesco Orsenigo (xarvh) for the idea.