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

This commit is contained in:
Julien Lavergne 2012-11-06 21:09:44 +01:00
parent e937496a5e
commit d40f118e9d
3 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -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

0
debian/rules vendored Executable file → Normal file
View File

View File

@ -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>