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.
141
141
142
142
## 2.5 lxqt-panel {#lxqt-panel}
143
143
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:
147
147
148
148
```
149
149
<windowRules>
@@ -155,6 +155,9 @@ rules.
155
155
</windowRules>
156
156
```
157
157
158
+ Note: ` lxqt-panel ` does not support [ ` wlr-foreign-toplevel-management ` ] so the
159
+ taskbar does not work.
160
+
158
161
# 3. Menu Generators {#menu-generators}
159
162
160
163
Several 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:
301
304
302
305
## LXQt
303
306
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 ` :
306
311
307
312
```
308
313
<windowRules>
You can’t perform that action at this time.
0 commit comments