Skip to content

Commit 7b65d30

Browse files
committed
integration: add note on conky
1 parent 3c0ad00 commit 7b65d30

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/integration.md

+15
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,8 @@ use it with swayidle by changing the timeout arguments to:
299299

300300
# 8. Desktops {#desktops}
301301

302+
## LXQt
303+
302304
`pcmanfm-qt --desktop` does not support the wlr-layer-shell protocol, but can
303305
be used with the following window-rule in `rc.xml`:
304306

@@ -318,6 +320,19 @@ Also, consider tweaking the following in Desktop Preferences:
318320
- General - Margin of Work Area
319321
- Background - Individual wallpaper for each monitor
320322

323+
## Conky
324+
325+
Conky, starting with version 1.19.6, has the ability to run as a true Wayland
326+
application. Not all of the functionality of the X11 version is available,
327+
notably the ability to use lua as it's X11 based. It uses waylands layer
328+
shell, and by default shows across all workspaces. Config file should have
329+
something like this:
330+
331+
```
332+
out_to_x = false,
333+
out_to_wayland = true,
334+
```
335+
321336
# 9. Qt {#qt}
322337

323338
To run Qt applications on Wayland it may be necessary to install a specific

0 commit comments

Comments
 (0)