From 1b86008721f79fd9d3594099def5c9cd93c8f321 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 13 Sep 2021 16:02:16 +0200 Subject: readme: mention seatd When seatd is used, it isn't necessary to suid the sway binary. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3