1
0
Fork 0
mirror of https://github.com/swaywm/sway.git synced 2025-04-03 20:16:19 +00:00

Merge pull request from mikkeloscar/fix-whitespace

Use tabs instead of spaces
This commit is contained in:
Drew DeVault 2015-12-14 10:41:35 -05:00
commit 5fbac4a17c

View file

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