sway

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

commit 98aad80eee0582c1e044b66e72e625f4c51ee4b9
parent 36f896ac3431517aa458bf2a00a2d2589876b8b9
Author: Calvin Lee <cyrus296@gmail.com>
Date:   Thu,  5 Jan 2017 15:56:40 -0700

Fix broken link in CONTRIBUTING.md

Diffstat:
MCONTRIBUTING.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md @@ -71,7 +71,7 @@ message as well. ## Coding Style Sway is written in C. The style guidelines is [kernel -style](https://www.kernel.org/doc/Documentation/CodingStyle), but all braces go +style](https://www.kernel.org/doc/Documentation/process/coding-style.rst), but all braces go on the same line (*"but K&R says so!" is a silly way of justifying something*). Some points to note: