mirror of
https://github.com/swaywm/sway.git
synced 2025-11-07 13:29:56 -05:00
Config errors should not be fatal
This commit is contained in:
parent
7f8ebb7d0d
commit
6e8280e7fd
2 changed files with 1 additions and 7 deletions
|
|
@ -19,7 +19,7 @@ int main(int argc, char **argv) {
|
|||
signal(SIGCHLD, sigchld_handle);
|
||||
|
||||
if (!load_config()) {
|
||||
sway_log(L_ERROR, "Config load failed, aborting sway post init!");
|
||||
sway_log(L_ERROR, "Errors loading config!");
|
||||
}
|
||||
|
||||
setenv("WLC_IDLE_TIME", "0", 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue