Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-28 00:18:38 +00:00
parent 9fe6559a97
commit a3692d638b
77 changed files with 334 additions and 180 deletions

View File

@@ -8,14 +8,14 @@ source: https://github.com/tldr-pages/tldr.git
> Wallpaper tool for Wayland compositors.
> More information: <https://github.com/swaywm/swaybg/blob/master/swaybg.1.scd>.
- Set the wallpaper to an [i]mage:
- Set the wallpaper to an image:
`swaybg --image {{path/to/image}}`
`swaybg {{[-i|--image]}} {{path/to/image}}`
- Set the wallpaper [m]ode:
- Set the wallpaper mode:
`swaybg --image {{path/to/image}} --mode {{stretch|fit|fill|center|tile|solid_color}}`
`swaybg {{[-i|--image]}} {{path/to/image}} {{[-m|--mode]}} {{stretch|fit|fill|center|tile|solid_color}}`
- Set the wallpaper to a static [c]olor:
- Set the wallpaper to a static color:
`swaybg --color "{{#rrggbb}}"`
`swaybg {{[-c|--color]}} "{{#rrggbb}}"`