Skip to content

Commit 52cd1ef

Browse files
committed
integration: add notes on Qt
1 parent 3e8cfab commit 52cd1ef

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/integration.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
6. [Screenshots](#screenshots)
1414
7. [Session Lock](#session-lock)
1515
8. [Desktops](#desktops)
16+
9. [Qt](#qt)
1617

1718
# 1. Introduction {#introduction}
1819

@@ -316,6 +317,17 @@ Also, consider tweaking the following in Desktop Preferences:
316317
- General - Margin of Work Area
317318
- Background - Individual wallpaper for each monitor
318319

320+
# 9. Qt {#qt}
321+
322+
To run Qt applications on Wayland it may be necessary to install a specific
323+
`qt6-wayland` package from the distribution repositories. For examples
324+
on Arch Linux, install [qt6-wayland].
325+
326+
You may use [qt6ct] to configure Qt6 settings such as theme, font and icons;
327+
and set `QT_QPA_PLATFORMTHEME=qt6ct` in `~/.config/labwc/environment`.
328+
329+
[qt6-wayland]: https://archlinux.org/packages/extra/x86_64/qt6-wayland/
330+
[qt6ct]: https://github.com/trialuser02/qt6ct
319331
[waybar repository]: https://github.com/Alexays/Waybar
320332
[waybar documentation]: https://github.com/Alexays/Waybar/tree/master/man
321333
[xfce4-panel repository]: https://gitlab.xfce.org/xfce/xfce4-panel

0 commit comments

Comments
 (0)