File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -141,9 +141,9 @@ Read the [yambar documentation] for further information.
141141
142142## 2.5 lxqt-panel {#lxqt-panel}
143143
144- ` lxqt-panel ` does not support [ ` wlr-layer-shell ` ] and
145- [ ` wlr-foreign-toplevel-management ` ] but can be run with the following window
146- rules.
144+ Since version ` 2.0.0 ` , ` lxqt-panel ` supports the [ ` wlr-layer-shell ` ] protocol
145+ and thus runs natively under Wayland without window rules. Should you have an
146+ older version, it can still be used with a window rule such as:
147147
148148```
149149<windowRules>
@@ -155,6 +155,9 @@ rules.
155155</windowRules>
156156```
157157
158+ Note: ` lxqt-panel ` does not support [ ` wlr-foreign-toplevel-management ` ] so the
159+ taskbar does not work.
160+
158161# 3. Menu Generators {#menu-generators}
159162
160163Several menu-generators exist to automatically create a menu.xml with system
@@ -301,8 +304,10 @@ use it with swayidle by changing the timeout arguments to:
301304
302305## LXQt
303306
304- ` pcmanfm-qt --desktop ` does not support the wlr-layer-shell protocol, but can
305- be used with the following window-rule in ` rc.xml ` :
307+ Since version ` 2.0.0 ` , ` pcmanfm-qt --desktop ` supports the [ ` wlr-layer-shell ` ]
308+ protocol, and thus runs natively without window-rules.
309+
310+ Older version can be run with the rule below in ` rc.xml ` :
306311
307312```
308313<windowRules>
You can’t perform that action at this time.
0 commit comments