From 8fdbbef10f13a834d2c5bf44ebd9bec8956c7087 Mon Sep 17 00:00:00 2001 From: Sylvain Herlédan Date: Sat, 3 Jun 2017 17:58:58 +0200 Subject: Add useful external commands for sxiv. --- setup.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'setup.sh') diff --git a/setup.sh b/setup.sh index c39fa4a..301c735 100755 --- a/setup.sh +++ b/setup.sh @@ -220,6 +220,8 @@ copy_files() "${dst_dir}/.local/config/dunst/dunstrc" cp -r "${src_dir}/bin/image-info.sh" \ "${dst_dir}/.local/config/sxiv/exec/image-info" + cp -r "${src_dir}/bin/key-handler.sh" \ + "${dst_dir}/.local/config/sxiv/exec/key-handler" configure_rtorrent "${src_dir}" "${dst_dir}" } @@ -258,7 +260,7 @@ configure_rtorrent() check_requirements() { local requirements="git make wget i3"; - local optional_deps="notify-send dunst pulseaudio scrot sudo redshift numlockx identify"; + local optional_deps="notify-send dunst pulseaudio scrot sudo redshift numlockx identify convert xclip"; local requirements_not_met=0; for cmd in ${optional_deps}; -- cgit v1.2.3-70-g09d2