Skip to content

Commit

Permalink
integration: add notes on Qt
Browse files Browse the repository at this point in the history
  • Loading branch information
johanmalm committed Mar 9, 2024
1 parent 3e8cfab commit 52cd1ef
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
6. [Screenshots](#screenshots)
7. [Session Lock](#session-lock)
8. [Desktops](#desktops)
9. [Qt](#qt)

# 1. Introduction {#introduction}

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

# 9. Qt {#qt}

To run Qt applications on Wayland it may be necessary to install a specific
`qt6-wayland` package from the distribution repositories. For examples
on Arch Linux, install [qt6-wayland].

You may use [qt6ct] to configure Qt6 settings such as theme, font and icons;
and set `QT_QPA_PLATFORMTHEME=qt6ct` in `~/.config/labwc/environment`.

[qt6-wayland]: https://archlinux.org/packages/extra/x86_64/qt6-wayland/
[qt6ct]: https://github.com/trialuser02/qt6ct
[waybar repository]: https://github.com/Alexays/Waybar
[waybar documentation]: https://github.com/Alexays/Waybar/tree/master/man
[xfce4-panel repository]: https://gitlab.xfce.org/xfce/xfce4-panel
Expand Down

0 comments on commit 52cd1ef

Please sign in to comment.