aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 12 insertions, 11 deletions
diff --git a/README.md b/README.md
index 4698afbe..3367f846 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
1# sway 1# sway
2 2
3**[English][en]** - [日本語][ja] - [Français][fr] - [Українська][uk] - [Español][es] - [Polski][pl] - [中文-简体][zh-CN] - [Deutsch][de] - [Nederlands][nl] - [Русский][ru] - [中文-繁體][zh-TW] - [Português][pt] - [Danish][dk] - [한국어][ko] - [Română][ro] 3**[English][en]** - [日本語][ja] - [Français][fr] - [Українська][uk] - [Español][es] - [Polski][pl] - [中文-简体][zh-CN] - [Deutsch][de] - [Nederlands][nl] - [Русский][ru] - [中文-繁體][zh-TW] - [Português][pt] - [Dansk][dk] - [한국어][ko] - [Română][ro] - [Magyar][hu] - [Türkçe][tr] - [فارسی][ir] - [Ελληνικά][gr]
4 4
5sway is an [i3]-compatible [Wayland] compositor. Read the [FAQ]. Join the 5sway is an [i3]-compatible [Wayland] compositor. Read the [FAQ]. Join the
6[IRC channel] \(#sway on irc.freenode.net). 6[IRC channel] \(#sway on irc.libera.chat).
7 7
8## Release Signatures 8## Release Signatures
9 9
@@ -16,9 +16,6 @@ Releases are signed with [E88F5E48] and published [on GitHub][GitHub releases].
16Sway is available in many distributions. Try installing the "sway" package for 16Sway is available in many distributions. Try installing the "sway" package for
17yours. 17yours.
18 18
19If you're interested in packaging sway for your distribution, stop by the IRC
20channel or shoot an email to sir@cmpwn.com for advice.
21
22### Compiling from Source 19### Compiling from Source
23 20
24Check out [this wiki page][Development setup] if you want to build the HEAD of 21Check out [this wiki page][Development setup] if you want to build the HEAD of
@@ -38,15 +35,15 @@ Install dependencies:
38* [scdoc] (optional: man pages) \* 35* [scdoc] (optional: man pages) \*
39* git (optional: version info) \* 36* git (optional: version info) \*
40 37
41_\*Compile-time dep_ 38_\* Compile-time dep_
42 39
43Run these commands: 40Run these commands:
44 41
45 meson build 42 meson build/
46 ninja -C build 43 ninja -C build/
47 sudo ninja -C build install 44 sudo ninja -C build/ install
48 45
49On systems without logind, you need to suid the sway binary: 46On systems without logind nor seatd, you need to suid the sway binary:
50 47
51 sudo chmod a+s /usr/local/bin/sway 48 sudo chmod a+s /usr/local/bin/sway
52 49
@@ -79,10 +76,14 @@ sway (gdm is known to work fairly well).
79[dk]: https://github.com/swaywm/sway/blob/master/README.dk.md 76[dk]: https://github.com/swaywm/sway/blob/master/README.dk.md
80[ko]: https://github.com/swaywm/sway/blob/master/README.ko.md 77[ko]: https://github.com/swaywm/sway/blob/master/README.ko.md
81[ro]: https://github.com/swaywm/sway/blob/master/README.ro.md 78[ro]: https://github.com/swaywm/sway/blob/master/README.ro.md
79[hu]: https://github.com/swaywm/sway/blob/master/README.hu.md
80[tr]: https://github.com/swaywm/sway/blob/master/README.tr.md
81[ir]: https://github.com/swaywm/sway/blob/master/README.ir.md
82[gr]: https://github.com/swaywm/sway/blob/master/README.gr.md
82[i3]: https://i3wm.org/ 83[i3]: https://i3wm.org/
83[Wayland]: http://wayland.freedesktop.org/ 84[Wayland]: http://wayland.freedesktop.org/
84[FAQ]: https://github.com/swaywm/sway/wiki 85[FAQ]: https://github.com/swaywm/sway/wiki
85[IRC channel]: http://webchat.freenode.net/?channels=sway&uio=d4 86[IRC channel]: https://web.libera.chat/gamja/?channels=#sway
86[E88F5E48]: https://keys.openpgp.org/search?q=34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48 87[E88F5E48]: https://keys.openpgp.org/search?q=34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48
87[GitHub releases]: https://github.com/swaywm/sway/releases 88[GitHub releases]: https://github.com/swaywm/sway/releases
88[Development setup]: https://github.com/swaywm/sway/wiki/Development-Setup 89[Development setup]: https://github.com/swaywm/sway/wiki/Development-Setup