aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2019-08-12 20:53:08 +0100
committerHarry Jeffery <harry@exec64.co.uk>2019-08-12 20:53:08 +0100
commit07b742e9da2a12d163d7733aaefc5ae6bce555b6 (patch)
tree86d9aad8643c01be6d7b42539354d1cb2847a03a /README.md
parent299f7bf6052e71ca10638dd10cc4d5a490f8aa1f (diff)
downloadimv-07b742e9da2a12d163d7733aaefc5ae6bce555b6.tar.gz
Tweak documentation
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3b71ad6..16d7470 100644
--- a/README.md
+++ b/README.md
@@ -10,13 +10,14 @@ work for imv v4**
Features
--------
-* Wayland Support
+* Native Wayland and X11 support
* Support for over 30 different image file formats including:
* Photoshop PSD files
* Animated GIFS
* Various RAW formats
* SVG
* Configurable key bindings and behaviour
+* Controllable via scripts using `imv-msg`
Example Usage
-------------
@@ -55,7 +56,7 @@ you like.
In your imv config:
[binds]
- <Shift+x> = exec rm "$imv_current_file"; close
+ <Shift+X> = exec rm "$imv_current_file"; close
Then press 'X' within imv to delete the image and close it.
@@ -63,7 +64,7 @@ Then press 'X' within imv to delete the image and close it.
In your imv config:
[binds]
- <Shift+r> = exec mogrify -rotate 90 "$imv_current_file"
+ <Shift+R> = exec mogrify -rotate 90 "$imv_current_file"
Then press 'R' within imv to rotate the image 90 degrees using imagemagick.