config: configuration errors are no longer fatal

Instead of refusing to start foot on configuration errors, we start
and print a user-notification.
This commit is contained in:
Daniel Eklöf 2020-07-31 17:07:14 +02:00
parent 639a61abd8
commit b00dfcf7b6
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 144 additions and 80 deletions

View file

@ -36,6 +36,9 @@
### Changed
* Renamed man page for `footrc` from **foot**(5) to **footrc**(5).
* Configuration errors are no longer fatal; foot will start and print
an error inside the terminal (and of course still log errors on
stderr).
### Fixed