1
1
Fork 0
mirror of https://github.com/swaywm/sway synced 2024-04-27 21:05:04 +02:00

readme: mention seatd

When seatd is used, it isn't necessary to suid the sway binary.
This commit is contained in:
Simon Ser 2021-09-13 16:02:16 +02:00 committed by Kenny Levinsen
parent 806b59eca3
commit 1b86008721

View File

@ -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