⬆️ Update to labwc 0.9.3

This commit is contained in:
Nicolas Rojas 2026-01-26 00:01:34 -05:00
parent 652aed0d4d
commit 07dfd39ab6
Signed by: nicolas
SSH key fingerprint: SHA256:gi4v1tDcXHbV+fkvqqs9b5rkFlo4Q9DHXp90MifkZK0

View file

@ -1,8 +1,10 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!-- <!--
This file contains all supported Labwc v0.9.2 config elements & attributes with mostly This file contains all supported Labwc v0.9.3 config elements & attributes with mostly
default values. Some LXQt specific settings have been added. You may have a default values. Some LXQt specific settings have been added. You may have a
updated version in /usr/share/docs/labwc/rc.xml.all updated version in /usr/share/docs/labwc/rc.xml.all
Values for [yes|no] can be replaced by [true|false], [on|off] or [1|0].
--> -->
<labwc_config> <labwc_config>
<core> <core>
@ -68,7 +70,8 @@
<weight>normal</weight> <weight>normal</weight>
</font> </font>
</theme> </theme>
<windowSwitcher show="yes" style="thumbnail" preview="yes" outlines="yes" allWorkspaces="no"> <windowSwitcher preview="yes" outlines="yes" allWorkspaces="no" unshade="yes">
<osd show="yes" style="classic" output="all" thumbnailLabelFormat="%T" />
<fields> <fields>
<field content="icon" width="5%"/> <field content="icon" width="5%"/>
<field content="desktop_entry_name" width="30%"/> <field content="desktop_entry_name" width="30%"/>
@ -87,7 +90,8 @@
Some contents are fixed-length and others are variable-length. Some contents are fixed-length and others are variable-length.
See "man 5 labwc-config" for details. See "man 5 labwc-config" for details.
<windowSwitcher show="yes" preview="no" outlines="no" allWorkspaces="yes"> <windowSwitcher preview="no" outlines="no" allWorkspaces="yes">
<osd show="yes" />
<fields> <fields>
<field content="workspace" width="5%" /> <field content="workspace" width="5%" />
<field content="state" width="3%" /> <field content="state" width="3%" />
@ -107,7 +111,8 @@
then workspace name, then identifier/app-id, then the window title. then workspace name, then identifier/app-id, then the window title.
It uses 100% of OSD window width. It uses 100% of OSD window width.
<windowSwitcher show="yes" preview="no" outlines="no" allWorkspaces="yes"> <windowSwitcher preview="no" outlines="no" allWorkspaces="yes">
<osd show="yes" />
<fields> <fields>
<field content="custom" format="foobar %b %3s %-10o %-20W %-10i %t" width="100%" /> <field content="custom" format="foobar %b %3s %-10o %-20W %-10i %t" width="100%" />
</fields> </fields>
@ -143,8 +148,8 @@
<raiseOnFocus>no</raiseOnFocus> <raiseOnFocus>no</raiseOnFocus>
</focus> </focus>
<snapping> <snapping>
<!-- Set range to 0 to disable window snapping completely --> <!-- Set inner and outer range to 0 to disable window snapping completely -->
<range>10</range> <range inner="10" outer="10" />
<cornerRange>50</cornerRange> <cornerRange>50</cornerRange>
<overlay enabled="yes"> <overlay enabled="yes">
<delay inner="500" outer="500"/> <delay inner="500" outer="500"/>
@ -198,9 +203,9 @@
space automatically, so <margin> is only intended for other, specialist space automatically, so <margin> is only intended for other, specialist
cases. cases.
If output is left empty, the margin will be applied to all outputs. If 'output' is not provided, the margin will be applied to all outputs.
<margin top="" bottom="" left="" right="" output="" /> <margin top="10" bottom="10" left="10" right="10" output="HDMI-A-1" />
--> -->
<!-- Percent based regions based on output usable area, % char is required --> <!-- Percent based regions based on output usable area, % char is required -->
<!-- <!--
@ -534,7 +539,11 @@
If mouseEmulation is enabled, all touch up/down/motion events are If mouseEmulation is enabled, all touch up/down/motion events are
translated to mouse button and motion events. translated to mouse button and motion events.
--> -->
<touch deviceName="" mapToOutput="" mouseEmulation="no"/> <touch>
<!-- <deviceName>ELAN2514:00 04F3:2AF1<deviceName> -->
<!-- <mapToOutput>HDMI-A-1</mapToOutput> -->
<mouseEmulation>no</mouseEmulation>
</touch>
<!-- <!--
The tablet cursor movement can be restricted to a single output. The tablet cursor movement can be restricted to a single output.
If output is left empty or the output does not exists, the tablet If output is left empty or the output does not exists, the tablet
@ -560,7 +569,8 @@
When using mouse emulation, the pen tip [tip] and the stylus buttons When using mouse emulation, the pen tip [tip] and the stylus buttons
can be set to any available mouse button [Left|Right|Middle|..|Task]. can be set to any available mouse button [Left|Right|Middle|..|Task].
--> -->
<tablet mapToOutput="" rotate="0" mouseEmulation="no"> <tablet rotate="0" mouseEmulation="no">
<!-- <mapToOutput>HDMI-A-1</mapToOutput> -->
<!-- Active area dimensions are in mm --> <!-- Active area dimensions are in mm -->
<area top="0.0" left="0.0" width="0.0" height="0.0"/> <area top="0.0" left="0.0" width="0.0" height="0.0"/>
<map button="Tip" to="Left"/> <map button="Tip" to="Left"/>
@ -598,18 +608,18 @@
<naturalScroll>yes</naturalScroll> <naturalScroll>yes</naturalScroll>
<leftHanded>no</leftHanded> <leftHanded>no</leftHanded>
<pointerSpeed>0.5</pointerSpeed> <pointerSpeed>0.5</pointerSpeed>
<accelProfile/> <accelProfile>adaptive</accelProfile>
<tap>yes</tap> <tap>yes</tap>
<tapButtonMap>lrm</tapButtonMap> <tapButtonMap>lrm</tapButtonMap>
<tapAndDrag>no</tapAndDrag> <tapAndDrag>yes</tapAndDrag>
<dragLock/> <dragLock>yes</dragLock>
<threeFingerDrag/> <threeFingerDrag>yes</threeFingerDrag>
<middleEmulation>no</middleEmulation> <middleEmulation>no</middleEmulation>
<disableWhileTyping/> <disableWhileTyping>no</disableWhileTyping>
<clickMethod>buttonAreas</clickMethod> <clickMethod>buttonAreas</clickMethod>
<scrollMethod/> <scrollMethod>twofinger</scrollMethod>
<sendEventsMode/> <sendEventsMode>yes</sendEventsMode>
<calibrationMatrix/> <calibrationMatrix>1 0 0 0 1 0</calibrationMatrix>
<scrollFactor>1.0</scrollFactor> <scrollFactor>1.0</scrollFactor>
</device> </device>
</libinput> </libinput>
@ -675,6 +685,6 @@
<height>400</height> <height>400</height>
<initScale>2.0</initScale> <initScale>2.0</initScale>
<increment>0.2</increment> <increment>0.2</increment>
<useFilter>true</useFilter> <useFilter>yes</useFilter>
</magnifier> </magnifier>
</labwc_config> </labwc_config>