Set drawContents to "no" on resize, to reduce the use of resize.

ubuntu/bionic
Julien Lavergne 12 years ago
parent e937496a5e
commit d40f118e9d

1
debian/changelog vendored

@ -7,6 +7,7 @@ lubuntu-default-settings (0.30) UNRELEASED; urgency=low
- Install the lxterminal configuration file.
* usr/share/lubuntu/openbox/rc.xml
- Add shortcuts for windows tiling (SuperKey + the direction).
- Set drawContents to "no" on resize, to reduce the use of resize.
-- Julien Lavergne <gilir@freedom> Mon, 22 Oct 2012 22:26:04 +0200

@ -133,7 +133,7 @@
desktops. Set this to 0 to disable the popup. -->
</desktops>
<resize>
<drawContents>yes</drawContents>
<drawContents>no</drawContents>
<popupShow>Nonpixel</popupShow>
<!-- 'Always', 'Never', or 'Nonpixel' (xterms and such) -->
<popupPosition>Center</popupPosition>

Loading…
Cancel
Save