]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
feh/themes: Add, default options for feh.
authorSimon Ruderich <simon@ruderich.org>
Thu, 15 Nov 2012 16:37:19 +0000 (17:37 +0100)
committerSimon Ruderich <simon@ruderich.org>
Thu, 15 Nov 2012 16:37:19 +0000 (17:37 +0100)
~/.fehrc in older versions.

feh/themes [new file with mode: 0644]
setup.sh

diff --git a/feh/themes b/feh/themes
new file mode 100644 (file)
index 0000000..6b0b3e2
--- /dev/null
@@ -0,0 +1,24 @@
+# feh themes configuration file.
+
+# Copyright (C) 2012  Simon Ruderich
+#
+# This file is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This file is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this file.  If not, see <http://www.gnu.org/licenses/>.
+
+
+# Default options for feh.
+#
+# --scale-down: scale image to window width
+# --geometry 500x500: fix flickering when using tiling window managers
+# --draw-filename: display filename on screen
+feh --scale-down --geometry 500x500 --draw-filename
index 2dc16935fca9588f90882fd30139316d6cb49800..2e4ba5afd9a6d09bb67eaaf346427886888f1822 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -71,4 +71,7 @@ fi
 if installed feh; then
     mkdir -p ~/.config
     link feh ~/.config/feh
+    # Older feh versions only support theme options and configure them through
+    # ~/.fehrc.
+    link feh/themes ~/.fehrc
 fi