aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar skip-yell <broot5dot@gmail.com>2020-05-01 18:45:11 +0900
committerLibravatar GitHub <noreply@github.com>2020-05-01 11:45:11 +0200
commit59acc12b32736dc3f7b8b7060c165c2b49359f15 (patch)
tree2f575c96cc93f16cf108f3aae97667ab3d155c1f
parentinput/cursor: release simulated tool tip button when over v2 surface (diff)
downloadsway-59acc12b32736dc3f7b8b7060c165c2b49359f15.tar.gz
sway-59acc12b32736dc3f7b8b7060c165c2b49359f15.tar.zst
sway-59acc12b32736dc3f7b8b7060c165c2b49359f15.zip
Add Korean README.md
-rw-r--r--README.ko.md63
-rw-r--r--README.md2
2 files changed, 64 insertions, 1 deletions
diff --git a/README.ko.md b/README.ko.md
new file mode 100644
index 00000000..0d28079f
--- /dev/null
+++ b/README.ko.md
@@ -0,0 +1,63 @@
1# sway
2
3sway는 [i3](https://i3wm.org/)-호환 [Wayland](http://wayland.freedesktop.org/) 컴포지터입니다.
4[FAQ](https://github.com/swaywm/sway/wiki)를 읽어보세요. [IRC 채널](http://webchat.freenode.net/?channels=sway&uio=d4) (#sway on irc.freenode.net)도 있습니다.
5
6sway 개발을 도우고 싶으시다면, [SirCmpwn의 Patreon 페이지](https://patreon.com/sircmpwn)에 기여해 주세요.
7
8## 릴리즈 서명
9
10릴리즈는 [B22DA89A](http://pgp.mit.edu/pks/lookup?op=vindex&search=0x52CB6609B22DA89A)에서 서명되고,
11[GitHub에서](https://github.com/swaywm/sway/releases) 공개되고 있습니다.
12
13## 설치
14
15### 패키지를 통한 설치
16
17Sway는 많은 배포판에서 이용할 수 있습니다. "sway" 패키지를 설치해 보세요.
18만약 없다면, [위키 페이지](https://github.com/swaywm/sway/wiki/Unsupported-packages)를 확인하세요.
19해당 배포판에 대한 설치 정보를 확인할 수 있습니다.
20
21당신의 배포판에 sway 패키지를 제공하고 싶다면,
22IRC 채널을 방문하거나 sir@cmpwn.com으로 이메일을 보내 상담 받으세요.
23
24### 소스를 통한 컴파일
25
26다음 의존 패키지들을 설치해 주세요:
27
28* meson \*
29* [wlroots](https://github.com/swaywm/wlroots)
30* wayland
31* wayland-protocols \*
32* pcre
33* json-c
34* pango
35* cairo
36* gdk-pixbuf2 (선택: system tray)
37* [scdoc](https://git.sr.ht/~sircmpwn/scdoc) (선택: man pages) \*
38* git \*
39
40_\*컴파일 떄 필요_
41
42다음 명령을 실행하세요:
43
44 meson build
45 ninja -C build
46 sudo ninja -C build install
47
48logind를 사용하고 있지 않는 시스템에서는, 바이너리에 suid를 설정할 필요가 있습니다:
49
50 sudo chmod a+s /usr/local/bin/sway
51
52Sway는 시작 후에 root 권한을 drop할 것 입니다.
53
54## 설정
55
56i3를 이미 사용 중이라면, i3 config을 `~/.config/sway/config`로 복사하세요.
57아니면, 샘플 구성 파일을 '~/.config/sway/config'에 복사할 수도 있습니다.
58일반적으로 "/etc/sway/config"에 위치해 있습니다.
59설정에 대한 정보를 보려면 "man 5 sway"를 실행하세요.
60
61## 실행
62
63TTY에서 `sway`를 실행하세요. 일부 display manager는 작동하지만, sway로 부터 지원되지 않습니다(gdm은 상당히 잘 작동한다고 알려져 있습니다).
diff --git a/README.md b/README.md
index 876abf92..3d2542cd 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
1# sway 1# sway
2 2
3[**English**](https://github.com/swaywm/sway/blob/master/README.md#sway--) - [日本語](https://github.com/swaywm/sway/blob/master/README.ja.md#sway--) - [Français](https://github.com/swaywm/sway/blob/master/README.fr.md#sway--) - [Українська](https://github.com/swaywm/sway/blob/master/README.uk.md#sway--) - [Español](https://github.com/swaywm/sway/blob/master/README.es.md#sway--) - [Polski](https://github.com/swaywm/sway/blob/master/README.pl.md#sway--) - [中文-简体](https://github.com/swaywm/sway/blob/master/README.zh-CN.md#sway--) - [Deutsch](https://github.com/swaywm/sway/blob/master/README.de.md#sway--) - [Nederlands](https://github.com/swaywm/sway/blob/master/README.nl.md#sway--) - [Русский](https://github.com/swaywm/sway/blob/master/README.ru.md#sway--) - [中文-繁體](https://github.com/swaywm/sway/blob/master/README.zh-TW.md#sway--) - [Português](https://github.com/swaywm/sway/blob/master/README.pt.md#sway--) - [Danish](https://github.com/swaywm/sway/blob/master/README.dk.md#sway--) 3[**English**](https://github.com/swaywm/sway/blob/master/README.md#sway--) - [日本語](https://github.com/swaywm/sway/blob/master/README.ja.md#sway--) - [Français](https://github.com/swaywm/sway/blob/master/README.fr.md#sway--) - [Українська](https://github.com/swaywm/sway/blob/master/README.uk.md#sway--) - [Español](https://github.com/swaywm/sway/blob/master/README.es.md#sway--) - [Polski](https://github.com/swaywm/sway/blob/master/README.pl.md#sway--) - [中文-简体](https://github.com/swaywm/sway/blob/master/README.zh-CN.md#sway--) - [Deutsch](https://github.com/swaywm/sway/blob/master/README.de.md#sway--) - [Nederlands](https://github.com/swaywm/sway/blob/master/README.nl.md#sway--) - [Русский](https://github.com/swaywm/sway/blob/master/README.ru.md#sway--)- [中文-繁體](https://github.com/swaywm/sway/blob/master/README.zh-TW.md#sway--) - [Português](https://github.com/swaywm/sway/blob/master/README.pt.md#sway--) - [Danish](https://github.com/swaywm/sway/blob/master/README.dk.md#sway--) - [한국어](https://github.com/swaywm/sway/blob/master/README.ko.md#sway--)
4 4
5sway is an [i3](https://i3wm.org/)-compatible [Wayland](http://wayland.freedesktop.org/) compositor. 5sway is an [i3](https://i3wm.org/)-compatible [Wayland](http://wayland.freedesktop.org/) compositor.
6Read the [FAQ](https://github.com/swaywm/sway/wiki). Join the [IRC 6Read the [FAQ](https://github.com/swaywm/sway/wiki). Join the [IRC