aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 8 insertions, 6 deletions
diff --git a/README.md b/README.md
index 4698afbe..e86dab14 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] - [Danish][dk] - [한국어][ko] - [Română][ro] - [Magyar][hu] - [Türkçe][tr]
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
@@ -42,9 +42,9 @@ _\*Compile-time dep_
42 42
43Run these commands: 43Run these commands:
44 44
45 meson build 45 meson build/
46 ninja -C build 46 ninja -C build/
47 sudo ninja -C build install 47 sudo ninja -C build/ install
48 48
49On systems without logind, you need to suid the sway binary: 49On systems without logind, you need to suid the sway binary:
50 50
@@ -79,10 +79,12 @@ sway (gdm is known to work fairly well).
79[dk]: https://github.com/swaywm/sway/blob/master/README.dk.md 79[dk]: https://github.com/swaywm/sway/blob/master/README.dk.md
80[ko]: https://github.com/swaywm/sway/blob/master/README.ko.md 80[ko]: https://github.com/swaywm/sway/blob/master/README.ko.md
81[ro]: https://github.com/swaywm/sway/blob/master/README.ro.md 81[ro]: https://github.com/swaywm/sway/blob/master/README.ro.md
82[hu]: https://github.com/swaywm/sway/blob/master/README.hu.md
83[tr]: https://github.com/swaywm/sway/blob/master/README.tr.md
82[i3]: https://i3wm.org/ 84[i3]: https://i3wm.org/
83[Wayland]: http://wayland.freedesktop.org/ 85[Wayland]: http://wayland.freedesktop.org/
84[FAQ]: https://github.com/swaywm/sway/wiki 86[FAQ]: https://github.com/swaywm/sway/wiki
85[IRC channel]: http://webchat.freenode.net/?channels=sway&uio=d4 87[IRC channel]: https://web.libera.chat/?channels=#sway
86[E88F5E48]: https://keys.openpgp.org/search?q=34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48 88[E88F5E48]: https://keys.openpgp.org/search?q=34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48
87[GitHub releases]: https://github.com/swaywm/sway/releases 89[GitHub releases]: https://github.com/swaywm/sway/releases
88[Development setup]: https://github.com/swaywm/sway/wiki/Development-Setup 90[Development setup]: https://github.com/swaywm/sway/wiki/Development-Setup