diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-09-12 04:27:04 +0200 |
---|---|---|
committer | Kenny Levinsen <kl@kl.wtf> | 2023-09-13 10:21:59 +0200 |
commit | 68caa8deba08d2a24d73760d9f7808a94e3fe693 (patch) | |
tree | 90625864efdc5cc33f552deb8e4df116d12f70c4 /README.md | |
parent | 8edc48f6dd8f401ac36ee529facc6c6859d9b8d3 (diff) |
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.md | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -43,12 +43,6 @@ Run these commands: ninja -C build/ sudo ninja -C build/ install -On systems without logind nor seatd, you need to suid the sway binary: - - sudo chmod a+s /usr/local/bin/sway - -Sway will drop root permissions shortly after startup. - ## Configuration If you already use i3, then copy your i3 config to `~/.config/sway/config` and |