table of contents
- Tumbleweed 0.11.2-1.1
- Leap-16.0
- Leap-15.6
| swww-restore(1) | General Commands Manual | swww-restore(1) |
NAME¶
swww-restore
SYNOPSIS¶
swww restore
OPTIONS¶
-a,--all
-n,--namespace <namespace>
You can specify this option multiple times to send commands to multiple namespaces at once: `swww restore -n <namespace1> -n <namespace 2>`.
This affects the name of the `swww-daemon` socket we will use to communicate with. Specifically, our socket name is ${WAYLAND_DISPLAY}-swww-daemon.<specified namespace>.socket.
Some compositors can have several different wallpapers per output. This allows you to differentiate between them. Most users will probably not have to set anything in this option.
-o, --outputs
If it isn't set, all outputs will be restored.
-h, --help
DESCRIPTION¶
Restores the last displayed image on the specified outputs.
This can be used to split initialization (with `swww init --no-daemon`) and cache loading into different steps, in order to avoid race condition traps.
You can also use this command to restore the last displayed image when reconnecting a monitor.
SEE ALSO¶
| 2025-09-21 |