mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-08 16:06:02 +02:00
swww: add page (#14424)
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
parent
13477b1f69
commit
d2487ab5fc
1 changed files with 25 additions and 0 deletions
25
pages/linux/swww.md
Normal file
25
pages/linux/swww.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
# swww
|
||||
|
||||
> Efficient animated wallpaper daemon for Wayland.
|
||||
> See also: `swww-daemon`.
|
||||
> More information: <https://github.com/LGFae/swww>.
|
||||
|
||||
- Set wallpaper:
|
||||
|
||||
`swww img {{path/to/image}}`
|
||||
|
||||
- Set wallpaper to specified [o]utputs:
|
||||
|
||||
`swww img -o {{output1,output2,...}} {{path/to/image}}`
|
||||
|
||||
- Restore last wallpaper:
|
||||
|
||||
`swww restore`
|
||||
|
||||
- Kill daemon:
|
||||
|
||||
`swww kill`
|
||||
|
||||
- Display output information:
|
||||
|
||||
`swww query`
|
Loading…
Add table
Reference in a new issue