mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-03 22:43:35 +00:00
30 lines
487 B
Plaintext
30 lines
487 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# swww
|
|
|
|
> Efficient animated wallpaper daemon for Wayland.
|
|
> More information: <https://github.com/LGFae/swww#usage>.
|
|
|
|
- Set wallpaper:
|
|
|
|
`swww img {{path/to/image}}`
|
|
|
|
- Set wallpaper to specified outputs:
|
|
|
|
`swww img {{[-o|--outputs]}} {{output1,output2,...}} {{path/to/image}}`
|
|
|
|
- Restore last wallpaper:
|
|
|
|
`swww restore`
|
|
|
|
- Kill daemon:
|
|
|
|
`swww kill`
|
|
|
|
- Display output information:
|
|
|
|
`swww query`
|