Skip to content

Commit a68e4a9

Browse files
committed
integration: describe that qt components use layer-shell since v2
1 parent dcf7ab5 commit a68e4a9

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

src/integration.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff 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

160163
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:
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>

0 commit comments

Comments
 (0)