summaryrefslogtreecommitdiff
path: root/libre/blackbox/bsetbg-feh.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2018-12-17 13:56:50 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2018-12-17 13:56:50 -0500
commit7872999288ee678cc176aeebf7f505428b508096 (patch)
tree4b5268413f468a3d826a89a3eb04504bd9eaa31b /libre/blackbox/bsetbg-feh.patch
parentaa93d3b03e8883a95f74276858b1d6e47c540e7b (diff)
downloadabslibre-7872999288ee678cc176aeebf7f505428b508096.tar.gz
abslibre-7872999288ee678cc176aeebf7f505428b508096.tar.bz2
abslibre-7872999288ee678cc176aeebf7f505428b508096.zip
blackbox-0.74-1.par1: updating version
Diffstat (limited to 'libre/blackbox/bsetbg-feh.patch')
-rw-r--r--libre/blackbox/bsetbg-feh.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/libre/blackbox/bsetbg-feh.patch b/libre/blackbox/bsetbg-feh.patch
deleted file mode 100644
index 17a612ff0..000000000
--- a/libre/blackbox/bsetbg-feh.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- util/bsetbg.orig 2008-03-26 21:17:04.000000000 -0700
-+++ util/bsetbg 2008-03-26 21:21:57.000000000 -0700
-@@ -22,7 +22,7 @@
-
- PATH=$PATH:/usr/bin:/usr/local/bin:/usr/X11R6/bin
-
--img_apps="display xli xsetbg Esetroot qiv wmsetbg xv"
-+img_apps="display xli xsetbg Esetroot qiv wmsetbg xv feh"
-
- display_full_cmd="display -geometry 800x600 -window root"
- display_tile_cmd="display -window root"
-@@ -59,6 +59,11 @@
- xsetbg_center_cmd="xsetbg -center"
- xsetbg_default_cmd="$xsetbg_center_cmd"
-
-+feh_full_cmd="feh --bg-scale"
-+feh_tile_cmd="feh --bg-tile"
-+feh_center_cmd="feh --bg-center"
-+feh_default_cmd="$feh_center_cmd"
-+
- ##################################
-
- me=`basename $0`