mirror of
https://github.com/i3/i3.git
synced 2026-03-01 21:44:02 +00:00
- Having both parse_configuration and parse_file is excessive now - We detect if we are parsing only by checking if conn is NULL, not with use_nagbar - font.pattern needs to be set to NULL because it is freed in free_font() Fixes #3660