mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2025-01-15 15:40:58 +01:00
Revert "Try ~/.i3/config earlier than /etc/sway/config"
This reverts commit f0ceb4e909
.
This commit is contained in:
parent
f0ceb4e909
commit
38b18d460a
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue