HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

nitrogen — Desktop background browser and setter for X Window. More information: <https://manned.org/nitrogen>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandbrowserandclibackgroundnitrogendesktopsetter
linux

Problem

How to use the nitrogen command: Desktop background browser and setter for X Window. More information: <https://manned.org/nitrogen>.

Solution

nitrogen — Desktop background browser and setter for X Window. More information: <https://manned.org/nitrogen>.

View and set the wallpapers from a specific directory:
nitrogen {{path/to/directory}}


Set the wallpaper with automatic size settings:
nitrogen --set-auto {{path/to/file}}


Restore the previous wallpaper:
nitrogen --restore

Code Snippets

View and set the wallpapers from a specific directory

nitrogen {{path/to/directory}}

Set the wallpaper with automatic size settings

nitrogen --set-auto {{path/to/file}}

Restore the previous wallpaper

nitrogen --restore

Context

tldr-pages: linux/nitrogen

Revisions (0)

No revisions yet.