aboutsummaryrefslogtreecommitdiff
path: root/sway
diff options
context:
space:
mode:
Diffstat (limited to 'sway')
-rw-r--r--sway/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/config.c b/sway/config.c
index 0b25ee60..044e802b 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -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) {