mirror of
https://github.com/swaywm/sway.git
synced 2024-11-23 00:11:28 +00:00
Merge pull request #315 from mikkeloscar/fix-whitespace
Use tabs instead of spaces
This commit is contained in:
commit
5fbac4a17c
|
@ -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