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

- Add shortcuts for windows tiling (SuperKey + the direction).
ubuntu/bionic
Julien Lavergne 12 years ago
commit e937496a5e

2
debian/changelog vendored

@ -5,6 +5,8 @@ lubuntu-default-settings (0.30) UNRELEASED; urgency=low
- Use Ubuntu font in lxterminal.
* usr/bin/startlubuntu*
- Install the lxterminal configuration file.
* usr/share/lubuntu/openbox/rc.xml
- Add shortcuts for windows tiling (SuperKey + the direction).
-- Julien Lavergne <gilir@freedom> Mon, 22 Oct 2012 22:26:04 +0200

@ -322,6 +322,43 @@
<direction>down</direction>
</action>
</keybind>
<!-- Keybindings for window tiling -->
<keybind key="W-Left"> # HalfLeftScreen
<action name="UnmaximizeFull"/>
<action name="MoveResizeTo">
<x>0</x>
<y>0</y>
<height>97%</height>
<width>50%</width>
</action>
</keybind>
<keybind key="W-Right"> # HalfRightScreen
<action name="UnmaximizeFull"/>
<action name="MoveResizeTo">
<x>-0</x>
<y>0</y>
<height>97%</height>
<width>50%</width>
</action>
</keybind>
<keybind key="W-Up"> # HalfUpperScreen
<action name="UnmaximizeFull"/>
<action name="MoveResizeTo">
<x>0</x>
<y>0</y>
<width>100%</width>
<height>50%</height>
</action>
</keybind>
<keybind key="W-Down"> # HalfLowerScreen
<action name="UnmaximizeFull"/>
<action name="MoveResizeTo">
<x>0</x>
<y>-0</y>
<width>100%</width>
<height>50%</height>
</action>
</keybind>
<!-- Keybindings for running applications on Home + E -->
<keybind key="W-e">
<action name="Execute">

Loading…
Cancel
Save