From 6b3f598deffe8f3f7bb3b7f21e9c491d7d10bb4d Mon Sep 17 00:00:00 2001 From: Dylan Date: Wed, 3 Feb 2016 18:55:00 +1100 Subject: [PATCH] Update Readme --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index da5ab56c..f1248fd0 100644 --- a/README.md +++ b/README.md @@ -72,21 +72,26 @@ your distro's logo or any ascii art of your choice! ### Optional dependencies: -- Displaying images: `w3m-img` or `iTerm2` +- Displaying images: `w3m-img` \[1\] or `iTerm2` \[2\] - Thumbnail creation: `imagemagick` ##### Linux / BSD -- Window Manager: `wmctrl` \[1\] +- Window Manager: `wmctrl` \[3\] - Wallpaper: `feh`, `nitrogen` or `gsettings` - Current Song: `mpc` or `cmus` - Resolution: `xorg-xdpyinfo` -- Screenshot: `scrot` \[2\] +- Screenshot: `scrot` \[4\] -\[1\] You should install wmctrl if the builtin window manager detection isn't working for you. The builtin
+\[1\] `w3m-img` is sometimes bundled together with `w3m`. + +\[2\] You can enable the `iTerm2` image backend by using the launch flag `--image_backend iterm2` or by
+changing the config option `$image_backend` to `iterm2`. + +\[3\] You should install wmctrl if the builtin window manager detection isn't working for you. The builtin
detection works for most people and is generally faster which is why wmctrl isn't default. -\[2\] You can use the launch flag `--scrot_cmd` or change the config option `$scrot_cmd` to your screenshot
+\[4\] You can use the launch flag `--scrot_cmd` or change the config option `$scrot_cmd` to your screenshot
program's cmd and fetch will use it instead of scrot.