aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Jan Beich <jbeich@FreeBSD.org>2023-09-12 04:27:04 +0200
committerLibravatar Kenny Levinsen <kl@kl.wtf>2023-09-13 10:21:59 +0200
commit68caa8deba08d2a24d73760d9f7808a94e3fe693 (patch)
tree90625864efdc5cc33f552deb8e4df116d12f70c4 /README.md
parentsway/server: Fix null pointer crash when Xwayland disabled (diff)
downloadsway-68caa8deba08d2a24d73760d9f7808a94e3fe693.tar.gz
sway-68caa8deba08d2a24d73760d9f7808a94e3fe693.tar.zst
sway-68caa8deba08d2a24d73760d9f7808a94e3fe693.zip
readme: Stop recommending setuid bit for non-logind systems
- Optional since Sway 1.6 per swaywm/wlroots@bad1e9afa8ea - Deprecated in Sway 1.7 per 67d3d952b6cd - Removed in Sway 1.8 per e5728052b59f - Ignored in future versions (keeps root priveleges)
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/README.md b/README.md
index b3a51811..1cf117c5 100644
--- a/README.md
+++ b/README.md
@@ -43,12 +43,6 @@ Run these commands:
43 ninja -C build/ 43 ninja -C build/
44 sudo ninja -C build/ install 44 sudo ninja -C build/ install
45 45
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 46## Configuration
53 47
54If you already use i3, then copy your i3 config to `~/.config/sway/config` and 48If you already use i3, then copy your i3 config to `~/.config/sway/config` and