Skip to content

Commit

Permalink
integration: describe that qt components use layer-shell since v2
Browse files Browse the repository at this point in the history
johanmalm committed May 18, 2024
1 parent dcf7ab5 commit a68e4a9
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions src/integration.md
Original file line number Diff line number Diff line change
@@ -141,9 +141,9 @@ Read the [yambar documentation] for further information.

## 2.5 lxqt-panel {#lxqt-panel}

`lxqt-panel` does not support [`wlr-layer-shell`] and
[`wlr-foreign-toplevel-management`] but can be run with the following window
rules.
Since version `2.0.0`, `lxqt-panel` supports the [`wlr-layer-shell`] protocol
and thus runs natively under Wayland without window rules. Should you have an
older version, it can still be used with a window rule such as:

```
<windowRules>
@@ -155,6 +155,9 @@ rules.
</windowRules>
```

Note: `lxqt-panel` does not support [`wlr-foreign-toplevel-management`] so the
taskbar does not work.

# 3. Menu Generators {#menu-generators}

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:

## LXQt

`pcmanfm-qt --desktop` does not support the wlr-layer-shell protocol, but can
be used with the following window-rule in `rc.xml`:
Since version `2.0.0`, `pcmanfm-qt --desktop` supports the [`wlr-layer-shell`]
protocol, and thus runs natively without window-rules.

Older version can be run with the rule below in `rc.xml`:

```
<windowRules>

0 comments on commit a68e4a9

Please sign in to comment.