aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index 27918868..15c7c099 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
1# sway 1# sway
2 2
3**[English][en]** - [Deutsch][de] - [Dansk][dk] - [Español][es] - [Français][fr] - [Svenska][sv] - [Ελληνικά][gr] - [हिन्दी][hi] - [Magyar][hu] - [فارسی][ir] - [Italiano][it] - [日本語][ja] - [한국어][ko] - [Nederlands][nl] - [Polski][pl] - [Português][pt] - [Română][ro] - [Русский][ru] - [Türkçe][tr] - [Українська][uk] - [中文-简体][zh-CN] - [中文-繁體][zh-TW] 3**[English][en]** - [عربي][ar] - [Česky][cs] - [Deutsch][de] - [Dansk][dk] - [Español][es] - [Français][fr] - [ქართული][ge] - [Ελληνικά][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]
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.libera.chat). 6[IRC channel] \(#sway on irc.libera.chat).
@@ -31,7 +31,8 @@ Install dependencies:
31* json-c 31* json-c
32* pango 32* pango
33* cairo 33* cairo
34* gdk-pixbuf2 (optional: system tray) 34* gdk-pixbuf2 (optional: additional image formats for system tray)
35* [swaybg] (optional: wallpaper)
35* [scdoc] (optional: man pages) \* 36* [scdoc] (optional: man pages) \*
36* git (optional: version info) \* 37* git (optional: version info) \*
37 38
@@ -43,12 +44,6 @@ Run these commands:
43 ninja -C build/ 44 ninja -C build/
44 sudo ninja -C build/ install 45 sudo ninja -C build/ install
45 46
46On systems without logind nor seatd, you need to suid the sway binary:
47
48 sudo chmod a+s /usr/local/bin/sway
49
50Sway will drop root permissions shortly after startup.
51
52## Configuration 47## Configuration
53 48
54If you already use i3, then copy your i3 config to `~/.config/sway/config` and 49If you already use i3, then copy your i3 config to `~/.config/sway/config` and
@@ -62,11 +57,13 @@ Run `sway` from a TTY. Some display managers may work but are not supported by
62sway (gdm is known to work fairly well). 57sway (gdm is known to work fairly well).
63 58
64[en]: https://github.com/swaywm/sway#readme 59[en]: https://github.com/swaywm/sway#readme
60[ar]: README.ar.md
61[cs]: README.cs.md
65[de]: README.de.md 62[de]: README.de.md
66[dk]: README.dk.md 63[dk]: README.dk.md
67[es]: README.es.md 64[es]: README.es.md
68[fr]: README.fr.md 65[fr]: README.fr.md
69[sv]: README.sv.md 66[ge]: README.ge.md
70[gr]: README.gr.md 67[gr]: README.gr.md
71[hi]: README.hi.md 68[hi]: README.hi.md
72[hu]: README.hu.md 69[hu]: README.hu.md
@@ -75,10 +72,12 @@ sway (gdm is known to work fairly well).
75[ja]: README.ja.md 72[ja]: README.ja.md
76[ko]: README.ko.md 73[ko]: README.ko.md
77[nl]: README.nl.md 74[nl]: README.nl.md
75[no]: README.no.md
78[pl]: README.pl.md 76[pl]: README.pl.md
79[pt]: README.pt.md 77[pt]: README.pt.md
80[ro]: README.ro.md 78[ro]: README.ro.md
81[ru]: README.ru.md 79[ru]: README.ru.md
80[sv]: README.sv.md
82[tr]: README.tr.md 81[tr]: README.tr.md
83[uk]: README.uk.md 82[uk]: README.uk.md
84[zh-CN]: README.zh-CN.md 83[zh-CN]: README.zh-CN.md
@@ -91,4 +90,5 @@ sway (gdm is known to work fairly well).
91[GitHub releases]: https://github.com/swaywm/sway/releases 90[GitHub releases]: https://github.com/swaywm/sway/releases
92[Development setup]: https://github.com/swaywm/sway/wiki/Development-Setup 91[Development setup]: https://github.com/swaywm/sway/wiki/Development-Setup
93[wlroots]: https://gitlab.freedesktop.org/wlroots/wlroots 92[wlroots]: https://gitlab.freedesktop.org/wlroots/wlroots
93[swaybg]: https://github.com/swaywm/swaybg/
94[scdoc]: https://git.sr.ht/~sircmpwn/scdoc 94[scdoc]: https://git.sr.ht/~sircmpwn/scdoc