File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff 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
303305be 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
323338To run Qt applications on Wayland it may be necessary to install a specific
You can’t perform that action at this time.
0 commit comments