sway

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

commit 96d3968ae5a84538732640415fef35703a7e34f5
parent e277d4e094a8294f9541048c0a4a6d0cf9c3f0bc
Author: Konstantinos Feretos <konferetos@gmail.com>
Date:   Sun, 13 Dec 2015 21:40:14 +0000

Fix wrong path to sway executable

Fixed path to sway in chmod (line 58)
Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -55,7 +55,7 @@ Run these commands: On systems without logind, you need to suid the sway binary: - sudo chmod a+s /usr/bin/sway + sudo chmod a+s /usr/local/bin/sway ## Configuration