aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-09-13 16:02:16 +0200
committerKenny Levinsen <kl@kl.wtf>2021-09-13 16:10:05 +0200
commit1b86008721f79fd9d3594099def5c9cd93c8f321 (patch)
treee27f4cc9fcf8ddb453aa728c480b1629bfe7d7cc /README.md
parent806b59eca3eecfeca15d71967a0bf6438641f332 (diff)
readme: mention seatd
When seatd is used, it isn't necessary to suid the sway binary.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ad6597db..41659d75 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Run these commands:
ninja -C build/
sudo ninja -C build/ install
-On systems without logind, you need to suid the sway binary:
+On systems without logind nor seatd, you need to suid the sway binary:
sudo chmod a+s /usr/local/bin/sway