From fd4cf52518d265c681951bc4c193a2956afefc40 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 29 Nov 2015 10:18:02 -0500 Subject: Add suid instructions to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 6d47d30f..a962e28a 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,10 @@ Run these commands: make sudo make install +On systems without logind, you need to suid the sway binary: + + sudo chmod a+s /usr/bin/sway + ## Configuration If you already use i3, then copy your i3 config to `~/.config/sway/config` and -- cgit v1.2.3-54-g00ecf