aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2021-09-13 16:02:16 +0200
committerLibravatar Kenny Levinsen <kl@kl.wtf>2021-09-13 16:10:05 +0200
commit1b86008721f79fd9d3594099def5c9cd93c8f321 (patch)
treee27f4cc9fcf8ddb453aa728c480b1629bfe7d7cc
parentswaynag: fix pointer button events on scaled outputs (diff)
downloadsway-1b86008721f79fd9d3594099def5c9cd93c8f321.tar.gz
sway-1b86008721f79fd9d3594099def5c9cd93c8f321.tar.zst
sway-1b86008721f79fd9d3594099def5c9cd93c8f321.zip
readme: mention seatd
When seatd is used, it isn't necessary to suid the sway binary.
-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:
46 ninja -C build/ 46 ninja -C build/
47 sudo ninja -C build/ install 47 sudo ninja -C build/ install
48 48
49On systems without logind, you need to suid the sway binary: 49On systems without logind nor seatd, you need to suid the sway binary:
50 50
51 sudo chmod a+s /usr/local/bin/sway 51 sudo chmod a+s /usr/local/bin/sway
52 52