mirror of
https://github.com/swaywm/sway.git
synced 2025-11-14 06:59:47 -05:00
Clean up config loading and launch wayland
This commit is contained in:
parent
e7a8868514
commit
47b28bd335
3 changed files with 3 additions and 3 deletions
|
|
@ -33,7 +33,7 @@ struct sway_config *read_config(FILE *file) {
|
|||
goto _continue;
|
||||
}
|
||||
|
||||
if (!handle_command(config, line)) {
|
||||
if (handle_command(config, line) != 0) {
|
||||
success = false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue