]> git.sur5r.net Git - i3/i3/commit
Obey the client’s border_width setting (Thanks shatter)
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 26 Sep 2009 11:47:48 +0000 (13:47 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 26 Sep 2009 11:47:48 +0000 (13:47 +0200)
commit7be41492c60e318a6f77fe00ae85b8559c381aa5
treef56d8bd40f17a110642705c370bb285670266768
parentb898058105397a94d7e5063c03033916a02de130
Obey the client’s border_width setting (Thanks shatter)

xterm by default sets a border_width of 2. This was not taken into
account when determining the size of the window by i3. Still, you
probably want to set this to 0 in your .Xresources as the pixels
are just lost.
include/data.h
include/manage.h
src/layout.c
src/manage.c