mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 20:44:01 +01:00
Try ~/.i3/config earlier than /etc/sway/config
And ~/.config/i3/config, of course.
This commit is contained in:
parent
5c3f40111a
commit
f0ceb4e909
@ -137,9 +137,9 @@ static char *get_config_path(void) {
|
||||
static const char *search_paths[] = {
|
||||
"/.sway/config", // Prepend with $home
|
||||
"/sway/config", // Prepend with $config
|
||||
"/etc/sway/config",
|
||||
"/.i3/config", // $home
|
||||
"/i3/config", // $config
|
||||
"/etc/sway/config",
|
||||
"/etc/i3/config"
|
||||
};
|
||||
for (i = 0; i < (int)(sizeof(search_paths) / sizeof(char *)); ++i) {
|
||||
|
Loading…
Reference in New Issue
Block a user