sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit fd4cf52518d265c681951bc4c193a2956afefc40
parent 9d2bbe26400357b8b741a5b10767af6f84cc8867
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sun, 29 Nov 2015 10:18:02 -0500

Add suid instructions to readme

Diffstat:
MREADME.md | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git 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