⬆️ Update to LXQt 2.3 and labwc 0.9.2

This commit is contained in:
Nicolas Rojas 2025-11-20 11:42:44 -05:00
parent b781342251
commit 772709f9c2
Signed by: nicolas
SSH key fingerprint: SHA256:gi4v1tDcXHbV+fkvqqs9b5rkFlo4Q9DHXp90MifkZK0
4 changed files with 35 additions and 56 deletions

1
.gitignore vendored
View file

@ -2,6 +2,7 @@ QDirStat
0ad 0ad
Eqonomize Eqonomize
IVPN IVPN
Raspberry Pi
VSCodium VSCodium
aerc aerc
bottom bottom

View file

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!-- <!--
This file contains all supported Labwc v0.9.0 config elements & attributes with mostly This file contains all supported Labwc v0.9.2 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
--> -->
@ -34,6 +34,7 @@
</titlebar> </titlebar>
<cornerRadius>8</cornerRadius> <cornerRadius>8</cornerRadius>
<keepBorder>yes</keepBorder> <keepBorder>yes</keepBorder>
<maximizedDecoration>titlebar</maximizedDecoration>
<dropShadows>yes</dropShadows> <dropShadows>yes</dropShadows>
<dropShadowsOnTiled>no</dropShadowsOnTiled> <dropShadowsOnTiled>no</dropShadowsOnTiled>
<font place="ActiveWindow"> <font place="ActiveWindow">
@ -67,7 +68,7 @@
<weight>normal</weight> <weight>normal</weight>
</font> </font>
</theme> </theme>
<windowSwitcher show="yes" preview="yes" outlines="yes" allWorkspaces="no"> <windowSwitcher show="yes" style="thumbnail" preview="yes" outlines="yes" allWorkspaces="no">
<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%"/>
@ -143,7 +144,8 @@
</focus> </focus>
<snapping> <snapping>
<!-- Set range to 0 to disable window snapping completely --> <!-- Set range to 0 to disable window snapping completely -->
<range>1</range> <range>10</range>
<cornerRange>50</cornerRange>
<overlay enabled="yes"> <overlay enabled="yes">
<delay inner="500" outer="500"/> <delay inner="500" outer="500"/>
</overlay> </overlay>
@ -240,20 +242,25 @@
<keybind key="W-S-r"> <keybind key="W-S-r">
<action name="Reconfigure"/> <action name="Reconfigure"/>
</keybind> </keybind>
<!-- LXQt Keybindings --> <!-- LXQt Keybindings
<!-- For advanced shortcut handling please consult To open applications inside LXQt session use `lxqt-qdbus run <application>` or
https://github.com/lxqt/lxqt/wiki/Wayland#global-shortcuts --> `qdbus6 org.lxqt.session /LXQtSession execDesktopFile <desktopfile>`
See https://lxqt-project.org/wiki/Wayland-Session#global-shortcuts
-->
<keybind key="Super_L" onRelease="yes"> <keybind key="Super_L" onRelease="yes">
<action name="Execute" command="dbus-send --session --dest=org.kde.StatusNotifierWatcher --type=method_call /global_key_shortcuts/panel/fancymenu/show_hide org.lxqt.global_key_shortcuts.client.activated"/> <action name="Execute" command="lxqt-qdbus openmenu"/>
</keybind> </keybind>
<keybind key="W-e"> <keybind key="W-e">
<action name="Execute" command="pcmanfm-qt"/> <action name="Execute" command="lxqt-qdbus run pcmanfm-qt"/>
</keybind>
<keybind key="W-d">
<action name="Execute" command="lxqt-qdbus showdesktop"/>
</keybind> </keybind>
<keybind key="W-b"> <keybind key="W-b">
<action name="Execute" command="librewolf"/> <action name="Execute" command="lxqt-qdbus run librewolf"/>
</keybind> </keybind>
<keybind key="W-Return"> <keybind key="W-Return">
<action name="Execute" command="foot"/> <action name="Execute" command="lxqt-qdbus run foot"/>
</keybind> </keybind>
<keybind key="W-c"> <keybind key="W-c">
<action name="Execute" command="codium --enable-features=UseOzonePlatform,WaylandWindowDecorations --ozone-platform=wayland"/> <action name="Execute" command="codium --enable-features=UseOzonePlatform,WaylandWindowDecorations --ozone-platform=wayland"/>
@ -262,7 +269,7 @@
<action name="Execute" command="lxqt-runner"/> <action name="Execute" command="lxqt-runner"/>
</keybind> </keybind>
<keybind key="Print"> <keybind key="Print">
<action name="Execute" command="screengrab"/> <action name="Execute" command="lxqt-qdbus run screengrab"/>
</keybind> </keybind>
<keybind key="W-Backspace"> <keybind key="W-Backspace">
<action name="Execute" command="lxqt-leave"/> <action name="Execute" command="lxqt-leave"/>
@ -296,28 +303,28 @@
<action name="ToggleMaximize"/> <action name="ToggleMaximize"/>
</keybind> </keybind>
<keybind key="W-Left"> <keybind key="W-Left">
<action name="SnapToEdge" direction="left"/> <action name="SnapToEdge" direction="left" combine="yes"/>
</keybind> </keybind>
<keybind key="W-Right"> <keybind key="W-Right">
<action name="SnapToEdge" direction="right"/> <action name="SnapToEdge" direction="right" combine="yes"/>
</keybind> </keybind>
<keybind key="W-Up"> <keybind key="W-Up">
<action name="SnapToEdge" direction="up"/> <action name="SnapToEdge" direction="up" combine="yes"/>
</keybind> </keybind>
<keybind key="W-Down"> <keybind key="W-Down">
<action name="SnapToEdge" direction="down"/> <action name="SnapToEdge" direction="down" combine="yes"/>
</keybind> </keybind>
<keybind key="A-Space"> <keybind key="A-Space">
<action name="ShowMenu" menu="client-menu" atCursor="no"/> <action name="ShowMenu" menu="client-menu" atCursor="no"/>
</keybind> </keybind>
<keybind key="XF86_AudioLowerVolume"> <keybind key="XF86_AudioLowerVolume">
<action name="Execute" command="amixer sset Master 5%-"/> <action name="Execute" command="lxqt-qdbus volume down"/>
</keybind> </keybind>
<keybind key="XF86_AudioRaiseVolume"> <keybind key="XF86_AudioRaiseVolume">
<action name="Execute" command="amixer sset Master 5%+"/> <action name="Execute" command="lxqt-qdbus volume up"/>
</keybind> </keybind>
<keybind key="XF86_AudioMute"> <keybind key="XF86_AudioMute">
<action name="Execute" command="amixer sset Master toggle"/> <action name="Execute" command="lxqt-qdbus volume mute"/>
</keybind> </keybind>
<keybind key="XF86_MonBrightnessUp"> <keybind key="XF86_MonBrightnessUp">
<action name="Execute" command="lxqt-config-brightness -i"/> <action name="Execute" command="lxqt-config-brightness -i"/>
@ -396,44 +403,13 @@
<action name="Resize"/> <action name="Resize"/>
</mousebind> </mousebind>
</context> </context>
<context name="Top"> <context name="Border">
<mousebind button="Left" action="Drag"> <mousebind button="Left" action="Press">
<action name="Resize"/> <action name="Focus" />
<action name="Raise" />
</mousebind> </mousebind>
</context>
<context name="Left">
<mousebind button="Left" action="Drag"> <mousebind button="Left" action="Drag">
<action name="Resize"/> <action name="Resize" />
</mousebind>
</context>
<context name="Right">
<mousebind button="Left" action="Drag">
<action name="Resize"/>
</mousebind>
</context>
<context name="Bottom">
<mousebind button="Left" action="Drag">
<action name="Resize"/>
</mousebind>
</context>
<context name="TRCorner">
<mousebind button="Left" action="Drag">
<action name="Resize"/>
</mousebind>
</context>
<context name="BRCorner">
<mousebind button="Left" action="Drag">
<action name="Resize"/>
</mousebind>
</context>
<context name="TLCorner">
<mousebind button="Left" action="Drag">
<action name="Resize"/>
</mousebind>
</context>
<context name="BLCorner">
<mousebind button="Left" action="Drag">
<action name="Resize"/>
</mousebind> </mousebind>
</context> </context>
<context name="TitleBar"> <context name="TitleBar">
@ -621,7 +597,7 @@
<device category="touchpad"> <device category="touchpad">
<naturalScroll>yes</naturalScroll> <naturalScroll>yes</naturalScroll>
<leftHanded>no</leftHanded> <leftHanded>no</leftHanded>
<pointerSpeed>0.7</pointerSpeed> <pointerSpeed>0.5</pointerSpeed>
<accelProfile/> <accelProfile/>
<tap>yes</tap> <tap>yes</tap>
<tapButtonMap>lrm</tapButtonMap> <tapButtonMap>lrm</tapButtonMap>

View file

@ -1,4 +1,5 @@
[General] [General]
__theme_updated__=1763621315297
__userfile__=true __userfile__=true
icon_follow_color_scheme=true icon_follow_color_scheme=true
icon_theme=Tela-circle-green-dark icon_theme=Tela-circle-green-dark

View file

@ -22,6 +22,7 @@ FgColor=#ffffff
Font="Sans Serif,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1" Font="Sans Serif,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1"
HideItems=false HideItems=false
LastSlide= LastSlide=
NoItemTooltip=false
OpenWithDefaultFileManager=false OpenWithDefaultFileManager=false
PerScreenWallpaper=false PerScreenWallpaper=false
ShadowColor=#000000 ShadowColor=#000000
@ -114,6 +115,6 @@ SidePaneMode=places
SidePaneVisible=true SidePaneVisible=true
SplitView=false SplitView=false
SplitViewTabsNum=0 SplitViewTabsNum=0
SplitterPos=250 SplitterPos=141
SwitchToNewTab=false SwitchToNewTab=false
TabPaths=@Invalid() TabPaths=@Invalid()