mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-23 04:25:42 +02:00
main: load config from config.yml, not config-wayland.yml
This commit is contained in:
parent
ac11638303
commit
8b527e3fe5
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -46,7 +46,7 @@ get_config_path(void)
|
|||
path_max = 1024;
|
||||
|
||||
char *path = malloc(path_max + 1);
|
||||
snprintf(path, path_max + 1, "%s/.config/f00bar/config-wayland.yml", home_dir);
|
||||
snprintf(path, path_max + 1, "%s/.config/f00bar/config.yml", home_dir);
|
||||
return path;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue