sway

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

commit 211bc7159973274e70b24c3062c33eef69823e48
parent 0b2cf8b65c0ebefa355e575134965cbbc540a9bb
Author: Mikkel Oscar Lyderik <mikkeloscar@gmail.com>
Date:   Mon, 14 Dec 2015 16:38:49 +0100

Use tabs instead of spaces

Diffstat:
Msway/config.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sway/config.c b/sway/config.c @@ -151,7 +151,7 @@ static char *get_config_path(void) { "$XDG_CONFIG_HOME/sway/config", "$HOME/.i3/config", "$XDG_CONFIG_HOME/i3/config", - FALLBACK_CONFIG_DIR "/config", + FALLBACK_CONFIG_DIR "/config", "/etc/i3/config", };