1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
clusterssh (4.08-2) unstable; urgency=medium
New behavior was introduced in upstream version 4.08 to query the
window manager for window decoration dimensions and automatically
use those when calculating window geometries. For details, refer
to https://github.com/duncs/clusterssh/pull/66 and to the Debian
BTS (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=842965)
In Debian, this behavior has been disabled by default.
If desired, it can be enabled by adding the following to
~/.clusterssh/config:
auto_wm_decoration_offsets=yes
-- tony mancill <tmancill@debian.org> Wed, 09 Nov 2016 21:05:21 -0800
|