summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2024-12-25 16:33:38 +0100
committerEkaitz Zarraga <ekaitz@elenq.tech>2024-12-25 16:33:38 +0100
commitd72e04f4073dd53cd8b38f65fa3778b9f2277329 (patch)
tree5cd15b17ae778a1dd7761f6d2f79379a1410eddc
parenta1696a0e0c97503c332049c124fa996ce3c3695d (diff)
feh: add config
-rw-r--r--feh/feh/buttons5
-rwxr-xr-xinstall.sh3
-rw-r--r--uninstall.sh3
3 files changed, 11 insertions, 0 deletions
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