Skip to content

Commit

Permalink
integration: add note on conky
Browse files Browse the repository at this point in the history
  • Loading branch information
johanmalm committed Mar 27, 2024
1 parent 3c0ad00 commit 7b65d30
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,8 @@ use it with swayidle by changing the timeout arguments to:

# 8. Desktops {#desktops}

## LXQt

`pcmanfm-qt --desktop` does not support the wlr-layer-shell protocol, but can
be used with the following window-rule in `rc.xml`:

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

## Conky

Conky, starting with version 1.19.6, has the ability to run as a true Wayland
application. Not all of the functionality of the X11 version is available,
notably the ability to use lua as it's X11 based. It uses waylands layer
shell, and by default shows across all workspaces. Config file should have
something like this:

```
out_to_x = false,
out_to_wayland = true,
```

# 9. Qt {#qt}

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

0 comments on commit 7b65d30

Please sign in to comment.