summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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