]> git.sur5r.net Git - i3/i3/commit
Invert logic for the last commit
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 29 Jan 2010 20:51:38 +0000 (21:51 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 29 Jan 2010 20:58:50 +0000 (21:58 +0100)
commit88b9700cdbf6029f90dd86d4d441a7e9c186e4bb
treed394da21572b622fdb7457577ce271028d37291a
parent7f10970fc74b5a428789ad376df6d6055bf43e7c
Invert logic for the last commit

This makes it more clear that the option is meant to be a special
case (it *disables* part of the focus handling). Also, when
initializing the config data structure with zeros, it will get
initialized with the right value.

Furthermore, the config file parser now also accepts various values
which represent "true", not only numbers.
include/config.h
src/cfgparse.y
src/handlers.c