mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
449 B
Plaintext
22 lines
449 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|