]> git.sur5r.net Git - i3/i3/commit
Ensure that the "border" command uses logical pixels. 2203/head
authorIngo Bürk <ingo.buerk@tngtech.com>
Tue, 9 Feb 2016 20:03:44 +0000 (21:03 +0100)
committerIngo Bürk <ingo.buerk@tngtech.com>
Tue, 9 Feb 2016 20:03:44 +0000 (21:03 +0100)
commit6cbff6bfd401742f5b6672f567425b8bc49b1935
tree81348c0e4cd160dff3977eba00c490e0a4a919f0
parent1e23e55c5e5668cd1c549d17f4827cad7ef7b823
Ensure that the "border" command uses logical pixels.

Until now, only the config directive for borders (new_window,
new_float) respected the DPI setting (using logical_px). This
patch makes sure we also do so for runtime "border" commands.

fixes #2202
docs/userguide
include/commands.h
parser-specs/commands.spec
src/commands.c