mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 20:44:01 +01:00
Fixed config path
This commit is contained in:
parent
8f529536e3
commit
acbcf17905
@ -63,7 +63,7 @@ void free_config(struct sway_config *config) {
|
||||
|
||||
static const char *search_paths[] = {
|
||||
"$home/.sway/config",
|
||||
"$config/.sway/config",
|
||||
"$config/sway/config",
|
||||
"/etc/sway/config",
|
||||
"$home/.i3/config",
|
||||
"$config/.i3/config",
|
||||
|
Loading…
Reference in New Issue
Block a user