diff options
author | Bert Münnich <ber.t@posteo.de> | 2014-01-05 18:12:49 +0100 |
---|---|---|
committer | Bert Münnich <ber.t@posteo.de> | 2014-01-05 18:12:49 +0100 |
commit | d75a5a027c5ece0bf6d2d1782ed7e6bad938a691 (patch) | |
tree | 1bfa9df5ab67eb6e7df4a901c60be6781e218088 /exec | |
parent | 58b4a1e5042fcde5bec292503d1e8e2515a9b7ec (diff) |
Show metadata of image on Ctrl-e in exec/key-handler
Diffstat (limited to 'exec')
-rw-r--r-- | exec/key-handler | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/exec/key-handler b/exec/key-handler index ff25c16..5647251 100644 --- a/exec/key-handler +++ b/exec/key-handler @@ -3,6 +3,8 @@ case "$1" in "C-c") echo -n "$2" | xsel -i ;; +"C-e") + urxvt -bg "#444" -fg "#eee" -sl 0 -title "$2" -e sh -c "exiv2 pr -q -pa '$2' | less" & ;; "C-g") gimp "$2" & ;; "C-comma") |