diff options
Diffstat (limited to 'util/fbsetbg')
-rw-r--r-- | util/fbsetbg | 10 |
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 |
48 | wpsetters='feh Esetroot wmsetbg chbg display qiv xv xsri xli xsetbg' # broken icewmbg' | 48 | wpsetters='Esetroot wmsetbg feh chbg display qiv xv xsri xli xsetbg' # broken icewmbg' |
49 | lastwallpaper=${HOME}/.fluxbox/lastwallpaper | 49 | lastwallpaper=${HOME}/.fluxbox/lastwallpaper |
50 | 50 | ||
51 | 51 | ||
@@ -346,6 +346,6 @@ Run '$WPSETTER $option "$wallpaper"' from an xterm to find out what." | |||
346 | fi | 346 | fi |
347 | 347 | ||
348 | #remember previous wallpaper | 348 | #remember previous wallpaper |
349 | [ ! "$remember" = false ] && remembercommand | 349 | if [ ! "$remember" = false ]; then |
350 | # Off course this returns 1 most of the time. | 350 | remembercommand |
351 | exit 0 | 351 | fi |