File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-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 and
145
+ thus runs natively under Wayland without window rules. Should you have an older
146
+ version, it can still be used with a window rule such as:
147
147
148
148
```
149
149
<windowRules>
@@ -155,6 +155,10 @@ rules.
155
155
</windowRules>
156
156
```
157
157
158
+ ` lxqt-panel ` does not support [ ` wlr-layer-shell ` ] and
159
+ [ ` wlr-foreign-toplevel-management ` ] but can be run with the following window
160
+ rules.
161
+
158
162
# 3. Menu Generators {#menu-generators}
159
163
160
164
Several menu-generators exist to automatically create a menu.xml with system
@@ -301,8 +305,10 @@ use it with swayidle by changing the timeout arguments to:
301
305
302
306
## LXQt
303
307
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 ` :
308
+ Since version ` 2.0.0 ` , ` pcmanfm-qt --desktop ` supports the wlr-layer-shell
309
+ protocol, and thus runs natively without window-rules.
310
+
311
+ Older version can be run with the rule below in ` rc.xml ` :
306
312
307
313
```
308
314
<windowRules>
You can’t perform that action at this time.
0 commit comments