]> git.sur5r.net Git - i3/i3/commit
Allow checking for duplicate bindings with -C 3669/head
authorOrestis Floros <orestisf1993@gmail.com>
Fri, 29 Mar 2019 00:36:24 +0000 (02:36 +0200)
committerOrestis Floros <orestisf1993@gmail.com>
Fri, 29 Mar 2019 10:30:04 +0000 (12:30 +0200)
commit08cdc3a6ae56623c7604af690c3fd2ef238d9ffa
tree5e84b04525115835637bd9c99994af3825ecbc6f
parent7754de900aa41eeedf6d3ce4d661b550b7a60177
Allow checking for duplicate bindings with -C

- 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
include/configuration.h
libi3/font.c
src/commands.c
src/config.c
src/main.c
testcases/t/235-check-config-no-x.t