2008-11-21 11:43:36 +01:00
|
|
|
awsetbg(1)
|
|
|
|
=========
|
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
|
|
|
awsetbg - awesome wrapper tool to set background
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
--------
|
|
|
|
*awsetbg* [-fctaFCTA wallpaper] [-uU wallpapersetter] [-m #] [-bB fbsetrootoptions ...] [-rR path] [-l]
|
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
-----------
|
|
|
|
*awsetbg* is a wrapper that tries to find a suitable background setting application and then
|
|
|
|
tries to set the wallpaper using that application. You do not have to configure *awsetbg*, since
|
2009-08-30 06:21:54 +02:00
|
|
|
it just uses the first application it finds.
|
2008-11-21 11:43:36 +01:00
|
|
|
|
|
|
|
Furthermore, it remembers the last wallpaper set, so you do not have to edit anything to change
|
|
|
|
the wallpaper.
|
|
|
|
|
|
|
|
OPTIONS
|
|
|
|
-------
|
|
|
|
*-f* file::
|
|
|
|
Set fullscreen wallpaper.
|
|
|
|
*-c* file::
|
|
|
|
Set centered wallpaper.
|
|
|
|
*-t* file::
|
2009-01-26 09:29:08 +01:00
|
|
|
Set tiled wallpaper.
|
2008-11-21 11:43:36 +01:00
|
|
|
*-a* file::
|
2009-08-30 06:21:54 +02:00
|
|
|
Set maximized wallpaper, preserving the aspect ratio. If the application chosen does not support this
|
|
|
|
option, fullscreen is used as fall back.
|
2008-11-21 11:43:36 +01:00
|
|
|
*-u* wallpapersetter::
|
|
|
|
Use the specified wallpaper setter tool.
|
|
|
|
*-r* directory::
|
|
|
|
Set a random wallpaper from this directory.
|
|
|
|
*-F, -C, -T, -A, -U, -R*::
|
2009-08-30 06:21:54 +02:00
|
|
|
Same as the lowercase options, but without remembering.
|
2008-11-21 11:43:36 +01:00
|
|
|
*-l*::
|
|
|
|
Set the previous wallpaper. If the random feature was the last used, it will set another
|
|
|
|
random wallpaper from this same directory.
|
|
|
|
*-i*::
|
|
|
|
Display useful information about the best application to set the wallpaper found.
|
2009-02-18 15:43:27 +01:00
|
|
|
*-m #*::
|
|
|
|
Use montage to create a big image (image should fit screen size). Requires montage(1).
|
2009-08-30 06:21:54 +02:00
|
|
|
# is the number of screens (columns in montage).
|
2008-11-21 11:43:36 +01:00
|
|
|
*-p*::
|
|
|
|
Display useful tips.
|
|
|
|
*-h*::
|
|
|
|
Display help message.
|
|
|
|
|
|
|
|
FILES
|
|
|
|
-----
|
|
|
|
$XDG_CACHE_HOME/awesome/lastwallpaper or $HOME/.cache/awesome/lastwallpaper
|
|
|
|
files contains the last wallpaper set to use with the -l option.
|
|
|
|
|
|
|
|
ENVIRONMENT VARIABLES
|
|
|
|
---------------------
|
|
|
|
*wpsetters*::
|
|
|
|
Wallpaper setters to use.
|
|
|
|
*DISPLAY*::
|
|
|
|
Display you want to set the wallpaper on.
|
|
|
|
|
|
|
|
SEE ALSO
|
|
|
|
--------
|
|
|
|
awesome(1)
|
|
|
|
|
|
|
|
|
|
|
|
AUTHORS
|
|
|
|
-------
|
|
|
|
Julien Danjou <julien@danjou.info> and others.
|
|
|
|
awsetbg is derived from fbsetbg which was written by Han Boetes <han@fluxbox.org>.
|
|
|
|
|
|
|
|
WWW
|
|
|
|
---
|
|
|
|
http://awesome.naquadah.org
|