mirror of
https://github.com/NickHu/sway
synced 2025-01-15 15:41:59 +01:00
Use tabs instead of spaces
This commit is contained in:
parent
0b2cf8b65c
commit
211bc71599
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue