Skip to content

Commit 81c6b63

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

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

src/integration.md

Lines changed: 11 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 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:
147147

148148
```
149149
<windowRules>
@@ -155,6 +155,10 @@ rules.
155155
</windowRules>
156156
```
157157

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+
158162
# 3. Menu Generators {#menu-generators}
159163

160164
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:
301305

302306
## LXQt
303307

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`:
306312

307313
```
308314
<windowRules>

0 commit comments

Comments
 (0)