mirror of
https://github.com/swaywm/sway.git
synced 2026-04-18 06:46:56 -04:00
Make README's consistent
Added language bar and moved links to the bottom like in the original
This commit is contained in:
parent
0695f3fa2a
commit
c57f927c1e
23 changed files with 795 additions and 115 deletions
|
|
@ -1,11 +1,13 @@
|
|||
# sway
|
||||
|
||||
sway 是和 [i3](https://i3wm.org/) 兼容的 [Wayland](http://wayland.freedesktop.org/) compositor。
|
||||
[查看FAQ](https://github.com/swaywm/sway/wiki)/ [加入IRC频道](https://web.libera.chat/gamja/?channels=#sway) (#sway on irc.libera.chat)
|
||||
[English][en] - [Česky][cs] - [Deutsch][de] - [Dansk][dk] - [Español][es] - [Français][fr] - [Ελληνικά][gr] - [हिन्दी][hi] - [Magyar][hu] - [فارسی][ir] - [Italiano][it] - [日本語][ja] - [한국어][ko] - [Nederlands][nl] - [Norsk][no] - [Polski][pl] - [Português][pt] - [Română][ro] - [Русский][ru] - [Svenska][sv] - [Türkçe][tr] - [Українська][uk] - **[中文-简体][zh-CN]** - [中文-繁體][zh-TW]
|
||||
|
||||
sway 是和 [i3] 兼容的 [Wayland] compositor。
|
||||
[查看FAQ][FAQ] / [加入IRC频道][IRC channel] (#sway on irc.libera.chat)
|
||||
|
||||
## 发行签名
|
||||
|
||||
每个发行版都以 [E88F5E48](https://keys.openpgp.org/search?q=34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48) 的密钥签名并发布在 [GitHub](https://github.com/swaywm/sway/releases)上。
|
||||
每个发行版都以 [E88F5E48] 的密钥签名并发布在 [GitHub][Github releases]上。
|
||||
|
||||
## 安装
|
||||
|
||||
|
|
@ -15,12 +17,12 @@ Sway 在很多发行版中可用。请尝试在你的发行版中安装 `sway`
|
|||
|
||||
### 从源码编译
|
||||
|
||||
如果想要构建最新版sway和wlroots用以测试和开发,请查看 [此wiki页面](https://github.com/swaywm/sway/wiki/Development-Setup)
|
||||
如果想要构建最新版sway和wlroots用以测试和开发,请查看 [此wiki页面][Development setup]
|
||||
|
||||
安装如下依赖:
|
||||
|
||||
* meson \*
|
||||
* [wlroots](https://gitlab.freedesktop.org/wlroots/wlroots)
|
||||
* [wlroots]
|
||||
* wayland
|
||||
* wayland-protocols \*
|
||||
* pcre2
|
||||
|
|
@ -28,7 +30,7 @@ Sway 在很多发行版中可用。请尝试在你的发行版中安装 `sway`
|
|||
* pango
|
||||
* cairo
|
||||
* gdk-pixbuf2 (可选的: system tray)
|
||||
* [scdoc](https://git.sr.ht/~sircmpwn/scdoc) (可选: man pages) \*
|
||||
* [scdoc] (可选: man pages) \*
|
||||
* git \*
|
||||
|
||||
_\*编译时依赖_
|
||||
|
|
@ -54,3 +56,37 @@ _\*编译时依赖_
|
|||
|
||||
从 TTY 中运行 `sway`。 某些显示管理器(Display Manager)也许可以工作但不被 sway 支持。
|
||||
(已知 gdm 工作得非常好)。
|
||||
|
||||
[en]: https://github.com/swaywm/sway#readme
|
||||
[cs]: README.cs.md
|
||||
[de]: README.de.md
|
||||
[dk]: README.dk.md
|
||||
[es]: README.es.md
|
||||
[fr]: README.fr.md
|
||||
[gr]: README.gr.md
|
||||
[hi]: README.hi.md
|
||||
[hu]: README.hu.md
|
||||
[ir]: README.ir.md
|
||||
[it]: README.it.md
|
||||
[ja]: README.ja.md
|
||||
[ko]: README.ko.md
|
||||
[nl]: README.nl.md
|
||||
[no]: README.no.md
|
||||
[pl]: README.pl.md
|
||||
[pt]: README.pt.md
|
||||
[ro]: README.ro.md
|
||||
[ru]: README.ru.md
|
||||
[sv]: README.sv.md
|
||||
[tr]: README.tr.md
|
||||
[uk]: README.uk.md
|
||||
[zh-CN]: README.zh-CN.md
|
||||
[zh-TW]: README.zh-TW.md
|
||||
[i3]: https://i3wm.org/
|
||||
[Wayland]: http://wayland.freedesktop.org/
|
||||
[FAQ]: https://github.com/swaywm/sway/wiki
|
||||
[IRC channel]: https://web.libera.chat/gamja/?channels=#sway
|
||||
[E88F5E48]: https://keys.openpgp.org/search?q=34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48
|
||||
[GitHub releases]: https://github.com/swaywm/sway/releases
|
||||
[Development setup]: https://github.com/swaywm/sway/wiki/Development-Setup
|
||||
[wlroots]: https://gitlab.freedesktop.org/wlroots/wlroots
|
||||
[scdoc]: https://git.sr.ht/~sircmpwn/scdoc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue