commit 1b86008721f79fd9d3594099def5c9cd93c8f321
parent 806b59eca3eecfeca15d71967a0bf6438641f332
Author: Simon Ser <contact@emersion.fr>
Date: Mon, 13 Sep 2021 16:02:16 +0200
readme: mention seatd
When seatd is used, it isn't necessary to suid the sway binary.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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