* src/usr/share/lubuntu/openbox/rc.xml:

- Force the focus when opening an application, to fix the focus when a
   terminal is launched from pcmanfm.
ubuntu/bionic
Julien Lavergne 8 years ago
parent 99ad18e741
commit c5db87eafa

3
debian/changelog vendored

@ -2,6 +2,9 @@ lubuntu-default-settings (0.47) UNRELEASED; urgency=medium
* src/usr/share/lxpanel/profile/Lubuntu/panels/panel:
- Enable sound indicator by default.
* src/usr/share/lubuntu/openbox/rc.xml:
- Force the focus when opening an application, to fix the focus when a
terminal is launched from pcmanfm.
-- Julien Lavergne <gilir@ubuntu.com> Mon, 15 Aug 2016 12:15:49 +0200

@ -942,6 +942,12 @@
<maximized>true</maximized>
</application>
-->
<!-- Focus all applications launched
Usefull when launching applications, like terminal from pcmanfm
-->
<application class="*">
<focus>yes</focus>
</application>
</applications>
</openbox_config>

Loading…
Cancel
Save