]> git.lizzy.rs Git - bspwm.git/commit
Fail verbosely
authorBastien Dejean <nihilhill@gmail.com>
Mon, 21 Mar 2016 13:28:04 +0000 (14:28 +0100)
committerBastien Dejean <nihilhill@gmail.com>
Mon, 21 Mar 2016 13:28:04 +0000 (14:28 +0100)
commitebad909ed135e187a62771ddcf1fd3a01e2a325a
treeb61864bcfbc4109fc24d468c7647c5f500b62150
parent1e3b13465b8bf14b0e41eb41300f37ecba60aa0b
Fail verbosely

Along the way, we also fixed the handling of the `*_padding`,
`window_gap` and `border_width` settings. The previous behavior was the
result of a bad decision (9fed780), as a response to #141. Many issues
followed: #143, #158, #260, etc. We now handle those settings as
intuitively as possible.

We also fixed a potential segfault in `cmd_node`, triggered by `bspc
node -d`[sic].

Fixes #402 #252.
23 files changed:
bspc.c
bspwm.c
common.h
desktop.c
desktop.h
doc/bspwm.1
doc/bspwm.1.asciidoc
examples/bspwmrc
helpers.c
helpers.h
messages.c
messages.h
monitor.c
parse.c
query.c
query.h
restore.c
restore.h
settings.c
settings.h
tree.c
types.h
window.c