Nitrogen
From ArchWiki
Contents |
Introduction
Nitrogen is a fast and lightweight desktop background browser and setter for X windows.
Installation
Nitrogen is available from the standard repositories:
# pacman -S nitrogen
Usage
Run nitrogen --help for full details. The following examples will get you started:
Setting wallpaper
To view and set the desired wallpaper from a specific directory recursively, run:
$ nitrogen /path/to/image/directory/
To view and set the desired wallpaper from a specific directory non-recursively, run:
$ nitrogen --no-recurse /path/to/image/directory/
Restoring wallpaper
To restore the chosen wallpaper during subsequent sessions, add the following to your startup file (e.g. ~/.xinitrc, ~/.config/openbox/autostart.sh, etc.):
nitrogen --restore &