aboutsummaryrefslogtreecommitdiff
path: root/util/fbsetbg
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-09-29 11:59:35 (GMT)
committerfluxgen <fluxgen>2003-09-29 11:59:35 (GMT)
commit9c3cd9002d89830cc586b1a0d7d977187fa67522 (patch)
treea1258c4f8915eb4b03c978cf8813ca9b8a44779b /util/fbsetbg
parent039c14a1c0f610e14de4fa7b82f429418f6c32d4 (diff)
downloadfluxbox-9c3cd9002d89830cc586b1a0d7d977187fa67522.zip
fluxbox-9c3cd9002d89830cc586b1a0d7d977187fa67522.tar.bz2
update from Han
Diffstat (limited to 'util/fbsetbg')
-rw-r--r--util/fbsetbg10
1 files changed, 5 insertions, 5 deletions
diff --git a/util/fbsetbg b/util/fbsetbg
index b72c7cc..4cd0ab3 100644
--- a/util/fbsetbg
+++ b/util/fbsetbg
@@ -23,7 +23,7 @@
23# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 23# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
24# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 24# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25# 25#
26# $Id: fbsetbg,v 1.19 2003/09/20 16:03:30 fluxgen Exp $ 26# $Id: fbsetbg,v 1.20 2003/09/29 11:59:35 fluxgen Exp $
27 27
28# Portability notes: 28# Portability notes:
29# To guarantee this script works on all platforms that support fluxbox 29# To guarantee this script works on all platforms that support fluxbox
@@ -45,7 +45,7 @@
45 45
46 46
47# The wallpapersetter is selected in this order 47# The wallpapersetter is selected in this order
48wpsetters='feh Esetroot wmsetbg chbg display qiv xv xsri xli xsetbg' # broken icewmbg' 48wpsetters='Esetroot wmsetbg feh chbg display qiv xv xsri xli xsetbg' # broken icewmbg'
49lastwallpaper=${HOME}/.fluxbox/lastwallpaper 49lastwallpaper=${HOME}/.fluxbox/lastwallpaper
50 50
51 51
@@ -346,6 +346,6 @@ Run '$WPSETTER $option "$wallpaper"' from an xterm to find out what."
346fi 346fi
347 347
348#remember previous wallpaper 348#remember previous wallpaper
349[ ! "$remember" = false ] && remembercommand 349if [ ! "$remember" = false ]; then
350# Off course this returns 1 most of the time. 350 remembercommand
351exit 0 351fi