rpicam-raw: fix typo, linux/rm: update Korean translation, linux/rm*: add Korean translation (#14714)

* linux/rm: update Korean translation

* linux/r*: add Korean translation

* rpicam-raw: fix typo
This commit is contained in:
코드싸이
2024-11-09 22:28:34 +09:00
committed by GitHub
parent 166a22671a
commit 624a50f563
65 changed files with 1283 additions and 1 deletions

20
pages.ko/linux/rofi.md Normal file
View File

@@ -0,0 +1,20 @@
# rofi
> 애플리케이션 실행기 및 창 전환기.
> 더 많은 정보: <https://github.com/davatorium/rofi>.
- 앱 목록 표시:
`rofi -show drun`
- 모든 명령 목록 표시:
`rofi -show run`
- 창 간 전환:
`rofi -show window`
- 항목 목록을 `stdin`으로 전달하고 선택한 항목을 `stdout`으로 출력:
`printf "{{선택1\n선택2\n선택3}}" | rofi -dmenu`