⬆️ Update to labwc 0.9.5

Uses new lxqt-wayland configuration file for labwc 0.9.5
This commit is contained in:
Nicolas Rojas 2026-03-08 19:24:08 -05:00
parent 0d674fef0f
commit b06719792f
Signed by: nicolas
SSH key fingerprint: SHA256:63vzRwuWo8QR5AlNxq2pRK7SVdfrEpx6o2WPHY+lZ0Q
3 changed files with 11 additions and 9 deletions

View file

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!-- <!--
This file contains all supported Labwc v0.9.3 config elements & attributes with mostly This file contains all supported Labwc v0.9.5 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
@ -70,7 +70,7 @@
<weight>normal</weight> <weight>normal</weight>
</font> </font>
</theme> </theme>
<windowSwitcher preview="yes" outlines="yes" allWorkspaces="no" unshade="yes"> <windowSwitcher preview="yes" outlines="yes" unshade="yes">
<osd show="yes" style="classic" output="all" thumbnailLabelFormat="%T" /> <osd show="yes" style="classic" output="all" thumbnailLabelFormat="%T" />
<fields> <fields>
<field content="icon" width="5%"/> <field content="icon" width="5%"/>
@ -90,7 +90,7 @@
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 preview="no" outlines="no" allWorkspaces="yes"> <windowSwitcher preview="no" outlines="no">
<osd show="yes" /> <osd show="yes" />
<fields> <fields>
<field content="workspace" width="5%" /> <field content="workspace" width="5%" />
@ -111,7 +111,7 @@
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 preview="no" outlines="no" allWorkspaces="yes"> <windowSwitcher preview="no" outlines="no">
<osd show="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%" />
@ -161,6 +161,7 @@
Workspaces can be configured like this: Workspaces can be configured like this:
<desktops> <desktops>
<popupTime>1000</popupTime> <popupTime>1000</popupTime>
<initial>Workspace 1</initial>
<names> <names>
<name>Workspace 1</name> <name>Workspace 1</name>
<name>Workspace 2</name> <name>Workspace 2</name>
@ -599,6 +600,7 @@
- accelProfile [flat|adaptive] - accelProfile [flat|adaptive]
- tapButtonMap [lrm|lmr] - tapButtonMap [lrm|lmr]
- clickMethod [none|buttonAreas|clickfinger] - clickMethod [none|buttonAreas|clickfinger]
- scrollMethod [twoFinger|edge|none]
- sendEventsMode [yes|no|disabledOnExternalMouse] - sendEventsMode [yes|no|disabledOnExternalMouse]
- calibrationMatrix [six float values split by space] - calibrationMatrix [six float values split by space]
- scrollFactor [float] - scrollFactor [float]
@ -633,8 +635,8 @@
# must only apply to the first instance of the window with that # must only apply to the first instance of the window with that
# particular 'identifier' or 'title'. # particular 'identifier' or 'title'.
# - Matching is case-insensitive and is performed using shell wildcard # - Matching is case-insensitive and is performed using shell wildcard
# patterns (see glob(7)) so '\*' (not between brackets) matches any string # patterns (see glob(7)) so '\*' (not between brackets) matches any
# and '?' matches any single character. # string and '?' matches any single character.
<windowRules> <windowRules>
<windowRule identifier="*"><action name="Maximize"/></windowRule> <windowRule identifier="*"><action name="Maximize"/></windowRule>

View file

@ -1,7 +1,7 @@
[Sizes] [Sizes]
SplitterPos=200 SplitterPos=200
ViewsIconSize=24 ViewsIconSize=24
WindowSize=@Size(700 500) WindowSize=@Size(621 500)
[Window] [Window]
DirTree=true DirTree=true

View file

@ -103,9 +103,9 @@ MountRemovable=true
AlwaysShowTabs=true AlwaysShowTabs=true
FixedHeight=480 FixedHeight=480
FixedWidth=640 FixedWidth=640
LastWindowHeight=480 LastWindowHeight=863
LastWindowMaximized=false LastWindowMaximized=false
LastWindowWidth=640 LastWindowWidth=1342
PathBarButtons=true PathBarButtons=true
RememberWindowSize=true RememberWindowSize=true
ReopenLastTabs=false ReopenLastTabs=false