File tree 1 file changed +15
-0
lines changed
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:
299
299
300
300
# 8. Desktops {#desktops}
301
301
302
+ ## LXQt
303
+
302
304
` pcmanfm-qt --desktop ` does not support the wlr-layer-shell protocol, but can
303
305
be used with the following window-rule in ` rc.xml ` :
304
306
@@ -318,6 +320,19 @@ Also, consider tweaking the following in Desktop Preferences:
318
320
- General - Margin of Work Area
319
321
- Background - Individual wallpaper for each monitor
320
322
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
+
321
336
# 9. Qt {#qt}
322
337
323
338
To 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