diff options
author | Simon Ser <contact@emersion.fr> | 2021-09-13 16:02:16 +0200 |
---|---|---|
committer | Kenny Levinsen <kl@kl.wtf> | 2021-09-13 16:10:05 +0200 |
commit | 1b86008721f79fd9d3594099def5c9cd93c8f321 (patch) | |
tree | e27f4cc9fcf8ddb453aa728c480b1629bfe7d7cc /README.md | |
parent | 806b59eca3eecfeca15d71967a0bf6438641f332 (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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |