From d72e04f4073dd53cd8b38f65fa3778b9f2277329 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Wed, 25 Dec 2024 16:33:38 +0100 Subject: feh: add config --- feh/feh/buttons | 5 +++++ install.sh | 3 +++ uninstall.sh | 3 +++ 3 files changed, 11 insertions(+) create mode 100644 feh/feh/buttons diff --git a/feh/feh/buttons b/feh/feh/buttons new file mode 100644 index 0000000..cdb3824 --- /dev/null +++ b/feh/feh/buttons @@ -0,0 +1,5 @@ +# scroll wheel for zoom +prev_img +next_img +zoom_in 4 +zoom_out 5 diff --git a/install.sh b/install.sh index 2730232..016a540 100755 --- a/install.sh +++ b/install.sh @@ -41,3 +41,6 @@ stow -Rt $XDG_CONFIG_HOME sioyek # Reminder stow -Rt $XDG_CONFIG_HOME reminder + +# feh +stow -Rt $XDG_CONFIG_HOME feh diff --git a/uninstall.sh b/uninstall.sh index 448b49f..4ccaa0c 100644 --- a/uninstall.sh +++ b/uninstall.sh @@ -38,3 +38,6 @@ stow -Dt ${XDG_CONFIG_HOME:=$HOME/.config} sioyek # Exercise reminder stow -Dt ${XDG_CONFIG_HOME:=$HOME/.config} reminder + +# feh +stow -Dt ${XDG_CONFIG_HOME:=$HOME/.config} feh -- cgit v1.2.3