⬆️ Update to labwc 0.9.3
This commit is contained in:
parent
652aed0d4d
commit
07dfd39ab6
1 changed files with 29 additions and 19 deletions
48
labwc/rc.xml
48
labwc/rc.xml
|
|
@ -1,8 +1,10 @@
|
|||
<?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
|
||||
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>
|
||||
<core>
|
||||
|
|
@ -68,7 +70,8 @@
|
|||
<weight>normal</weight>
|
||||
</font>
|
||||
</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>
|
||||
<field content="icon" width="5%"/>
|
||||
<field content="desktop_entry_name" width="30%"/>
|
||||
|
|
@ -87,7 +90,8 @@
|
|||
Some contents are fixed-length and others are variable-length.
|
||||
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>
|
||||
<field content="workspace" width="5%" />
|
||||
<field content="state" width="3%" />
|
||||
|
|
@ -107,7 +111,8 @@
|
|||
then workspace name, then identifier/app-id, then the window title.
|
||||
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>
|
||||
<field content="custom" format="foobar %b %3s %-10o %-20W %-10i %t" width="100%" />
|
||||
</fields>
|
||||
|
|
@ -143,8 +148,8 @@
|
|||
<raiseOnFocus>no</raiseOnFocus>
|
||||
</focus>
|
||||
<snapping>
|
||||
<!-- Set range to 0 to disable window snapping completely -->
|
||||
<range>10</range>
|
||||
<!-- Set inner and outer range to 0 to disable window snapping completely -->
|
||||
<range inner="10" outer="10" />
|
||||
<cornerRange>50</cornerRange>
|
||||
<overlay enabled="yes">
|
||||
<delay inner="500" outer="500"/>
|
||||
|
|
@ -198,9 +203,9 @@
|
|||
space automatically, so <margin> is only intended for other, specialist
|
||||
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 -->
|
||||
<!--
|
||||
|
|
@ -534,7 +539,11 @@
|
|||
If mouseEmulation is enabled, all touch up/down/motion events are
|
||||
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.
|
||||
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
|
||||
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 -->
|
||||
<area top="0.0" left="0.0" width="0.0" height="0.0"/>
|
||||
<map button="Tip" to="Left"/>
|
||||
|
|
@ -598,18 +608,18 @@
|
|||
<naturalScroll>yes</naturalScroll>
|
||||
<leftHanded>no</leftHanded>
|
||||
<pointerSpeed>0.5</pointerSpeed>
|
||||
<accelProfile/>
|
||||
<accelProfile>adaptive</accelProfile>
|
||||
<tap>yes</tap>
|
||||
<tapButtonMap>lrm</tapButtonMap>
|
||||
<tapAndDrag>no</tapAndDrag>
|
||||
<dragLock/>
|
||||
<threeFingerDrag/>
|
||||
<tapAndDrag>yes</tapAndDrag>
|
||||
<dragLock>yes</dragLock>
|
||||
<threeFingerDrag>yes</threeFingerDrag>
|
||||
<middleEmulation>no</middleEmulation>
|
||||
<disableWhileTyping/>
|
||||
<disableWhileTyping>no</disableWhileTyping>
|
||||
<clickMethod>buttonAreas</clickMethod>
|
||||
<scrollMethod/>
|
||||
<sendEventsMode/>
|
||||
<calibrationMatrix/>
|
||||
<scrollMethod>twofinger</scrollMethod>
|
||||
<sendEventsMode>yes</sendEventsMode>
|
||||
<calibrationMatrix>1 0 0 0 1 0</calibrationMatrix>
|
||||
<scrollFactor>1.0</scrollFactor>
|
||||
</device>
|
||||
</libinput>
|
||||
|
|
@ -675,6 +685,6 @@
|
|||
<height>400</height>
|
||||
<initScale>2.0</initScale>
|
||||
<increment>0.2</increment>
|
||||
<useFilter>true</useFilter>
|
||||
<useFilter>yes</useFilter>
|
||||
</magnifier>
|
||||
</labwc_config>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue