common/x*: add Korean translation (#14635)

This commit is contained in:
코드싸이
2024-11-05 16:07:08 +09:00
committed by GitHub
parent 23c5de443b
commit a3249448d1
40 changed files with 815 additions and 0 deletions

12
pages.ko/common/xephyr.md Normal file
View File

@@ -0,0 +1,12 @@
# Xephyr
> X 애플리케이션으로 실행되는 중첩 X 서버.
> 더 많은 정보: <https://manned.org/xserver-xephyr>.
- 디스플레이 ID ":2"로 검은색 창 생성:
`Xephyr -br -ac -noreset -screen {{800x600}} {{:2}}`
- 새 화면에서 X 애플리케이션 시작:
`DISPLAY=:2 {{명령_이름}}`