| XWALLPAPER(1) | General Commands Manual | XWALLPAPER(1) | 
xwallpaper —
    wallpaper setting utility for X
| xwallpaper | [ --screenscreen]
      [--daemon] [--debug]
      [--no-randr] [--outputoutput] [--centerfile] [--maximizefile] [--stretchfile] [--tilefile] [--zoomfile] [--version] | 
The xwallpaper program allows you to set
    image files as your X wallpaper. PNG file format is supported by default and
    preferred, but optional JPEG support exists as well.
The wallpaper is also advertised to programs which support semi-transparent backgrounds.
The various options are as follows:
--center
    file--daemonxwallpaper running in background, listening
      for RandR events. In this mode, the wallpapers are redrawn when output
      sizes change. This option can only be used when RandR support is available
      and activated.--debugxwallpaper is running. If used in conjunction with
      --daemon the process will not modify the standard
      input and outputs.--maximize
    file--no-randr--output
    outputall
      will repeat subsequent actions on all displays.--screen
    screen--output for such a use case above. If the
      screen could not be found, nothing happens.--stretch
    file--tile
    file--version--zoom
    fileIf multiple contradicting options were given, the last supplied option wins. It is also possible to repeat output arguments without any subsequent files. In that case, the last mode and file will be reused.
Centers a PNG file as a wallpaper on LVDS-1:
$ xwallpaper --output LVDS-1 --center
  file.pngTiles a PNG file as a wallpaper across all outputs:
$ xwallpaper --no-randr --tile
  file.pngZooms into a JPEG file as a wallpaper on each output individually:
$ xwallpaper --zoom
  file.jpgCenters and recenters a JPEG file after output updates on all outputs:
$ xwallpaper --daemon --center
  file.jpgTiles a JPEG file as a wallpaper on VGA-1 and zooms into a PNG file on LVDS-1:
$ xwallpaper --output VGA-1 --tile
  file.jpg --output LVDS-1 --zoom file.pngUse the GitHub issue tracker: https://github.com/stoeckmann/xwallpaper/issues
Tobias Stockmann <tobias@stoeckmann.org>
| December 17, 2018 | xwallpaper 0.4.1 |