Fix erraneous whitespace.

ubuntu/cosmic
Simon Quigley 7 years ago
parent aa141cc390
commit 7f15b709fa

@ -149,7 +149,7 @@
<resize> <resize>
<!-- Lubuntu specific : Don't draw content on resize (too heavy). <!-- Lubuntu specific : Don't draw content on resize (too heavy).
<drawContents>no</drawContents> <drawContents>no</drawContents>
--> -->
<drawContents>no</drawContents> <drawContents>no</drawContents>
<popupShow>Nonpixel</popupShow> <popupShow>Nonpixel</popupShow>
@ -308,11 +308,11 @@
</action> </action>
</keybind> </keybind>
<!-- <!--
Lubuntu specific. Lubuntu specific.
Keybindings for window tiling Keybindings for window tiling
--> -->
<!-- <!--
# HalfLeftScreen # HalfLeftScreen
--> -->
<keybind key="W-Left"> <keybind key="W-Left">
@ -324,7 +324,7 @@
<width>50%</width> <width>50%</width>
</action> </action>
</keybind> </keybind>
<!-- <!--
# HalfRightScreen # HalfRightScreen
--> -->
<keybind key="W-Right"> <keybind key="W-Right">
@ -336,10 +336,10 @@
<width>50%</width> <width>50%</width>
</action> </action>
</keybind> </keybind>
<!-- <!--
# HalfUpperScreen # HalfUpperScreen
--> -->
<keybind key="W-Up"> <keybind key="W-Up">
<action name="UnmaximizeFull"/> <action name="UnmaximizeFull"/>
<action name="MoveResizeTo"> <action name="MoveResizeTo">
<x>0</x> <x>0</x>
@ -348,10 +348,10 @@
<height>50%</height> <height>50%</height>
</action> </action>
</keybind> </keybind>
<!-- <!--
# HalfLowerScreen # HalfLowerScreen
--> -->
<keybind key="W-Down"> <keybind key="W-Down">
<action name="UnmaximizeFull"/> <action name="UnmaximizeFull"/>
<action name="MoveResizeTo"> <action name="MoveResizeTo">
<x>0</x> <x>0</x>
@ -399,7 +399,7 @@
</action> </action>
</keybind> </keybind>
--> -->
<!-- Keybindings to toggle fullscreen --> <!-- Keybindings to toggle fullscreen -->
<keybind key="F11"> <keybind key="F11">
<action name="ToggleFullscreen"/> <action name="ToggleFullscreen"/>
@ -448,7 +448,7 @@
</action> </action>
</keybind> </keybind>
--> -->
<!-- Keybinding for computer button--> <!-- Keybinding for computer button-->
<keybind key="XF86MyComputer"> <keybind key="XF86MyComputer">
<action name="Execute"> <action name="Execute">
@ -474,7 +474,7 @@
</keybind> </keybind>
<!-- <!--
Take a screenshot of the current window with scrot when Alt+Print are pressed Take a screenshot of the current window with scrot when Alt+Print are pressed
--> -->
<!-- <!--
<keybind key="Print"> <keybind key="Print">
@ -488,7 +488,7 @@
</action> </action>
</keybind> </keybind>
--> -->
<!-- Launch logout when push on the shutdown button --> <!-- Launch logout when push on the shutdown button -->
<!-- <!--
<keybind key="XF86PowerOff"> <keybind key="XF86PowerOff">
@ -501,7 +501,7 @@
<mouse> <mouse>
<!-- <!--
Lubuntu specific : Specific mouse settings Lubuntu specific : Specific mouse settings
<dragThreshold>8</dragThreshold> <dragThreshold>8</dragThreshold>
<doubleClickTime>200</doubleClickTime> <doubleClickTime>200</doubleClickTime>
--> -->
@ -536,7 +536,7 @@
</mousebind> </mousebind>
<mousebind button="A-Right" action="Drag"> <mousebind button="A-Right" action="Drag">
<action name="Resize"/> <action name="Resize"/>
</mousebind> </mousebind>
<mousebind button="A-Middle" action="Press"> <mousebind button="A-Middle" action="Press">
<action name="Lower"/> <action name="Lower"/>
@ -788,7 +788,7 @@
<!-- Menus --> <!-- Menus -->
<mousebind button="Middle" action="Press"> <mousebind button="Middle" action="Press">
<action name="ShowMenu"><menu>client-list-combined-menu</menu></action> <action name="ShowMenu"><menu>client-list-combined-menu</menu></action>
</mousebind> </mousebind>
<mousebind button="Right" action="Press"> <mousebind button="Right" action="Press">
<action name="ShowMenu"><menu>root-menu</menu></action> <action name="ShowMenu"><menu>root-menu</menu></action>
</mousebind> </mousebind>
@ -870,7 +870,7 @@
# order that they appear in this list # order that they appear in this list
# each rule element can be left out or set to 'default' to specify to not # each rule element can be left out or set to 'default' to specify to not
# change that attribute of the window # change that attribute of the window
<decor>yes</decor> <decor>yes</decor>
@ -943,7 +943,7 @@
<maximized>true</maximized> <maximized>true</maximized>
</application> </application>
--> -->
<!-- <!--
Lubuntu specific : Lubuntu specific :
Focus all applications launched Focus all applications launched
Usefull when launching applications, like terminal from pcmanfm Usefull when launching applications, like terminal from pcmanfm

Loading…
Cancel
Save