1
1
mirror of https://github.com/swaywm/sway synced 2024-11-18 04:33:59 +01:00

Use tabs instead of spaces

This commit is contained in:
Mikkel Oscar Lyderik 2015-12-14 16:38:49 +01:00
parent 0b2cf8b65c
commit 211bc71599

@ -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",
};