1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/linux/swaybg.md
Lena d74e776a9c
pages.*/*: replace {{" "}} with "{{ }}" (#15034)
The latter notation is preferred by the style guide.
2024-12-05 22:57:27 +05:30

16 lines
442 B
Markdown

# swaybg
> Wayland 합성기용 배경화면 도구.
> 더 많은 정보: <https://github.com/swaywm/swaybg/blob/master/swaybg.1.scd>.
- 배경화면을 [i]이미지로 설정:
`swaybg --image {{경로/대상/이미지}}`
- 배경화면 [m]모드 설정:
`swaybg --image {{경로/대상/이미지}} --mode {{stretch|fit|fill|center|tile|solid_color}}`
- 배경화면을 고정된 [c]색상으로 설정:
`swaybg --color "{{#rrggbb}}"`