mirror of
https://github.com/swaywm/sway.git
synced 2025-11-11 13:29:51 -05:00
FALLBACK_CONFIG_DIR did not work. Fixed.
- Flag was ignored. Now it's taken into account. - Missing trailing slashes in path now behaves properly.
This commit is contained in:
parent
09feef89ee
commit
f3f77f9ff1
2 changed files with 3 additions and 2 deletions
|
|
@ -136,7 +136,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…
Add table
Add a link
Reference in a new issue