diff options
author | Vaxry <[email protected]> | 2023-12-15 18:27:04 +0000 |
---|---|---|
committer | Vaxry <[email protected]> | 2023-12-15 18:27:04 +0000 |
commit | 79d8d14fe08fed39e9796a76fcb9833c6b64b1c0 (patch) | |
tree | 3616b2f53a40d29b36ce064fa66ed0ef84b044d8 /example | |
parent | 395ab3ba370f5e12fcba594232c338c16deef0ed (diff) | |
download | Hyprland-79d8d14fe08fed39e9796a76fcb9833c6b64b1c0.tar.gz Hyprland-79d8d14fe08fed39e9796a76fcb9833c6b64b1c0.zip |
config: add qt env to default config
Diffstat (limited to 'example')
-rw-r--r-- | example/hyprland.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/example/hyprland.conf b/example/hyprland.conf index e6c2a641..62b6e6e5 100644 --- a/example/hyprland.conf +++ b/example/hyprland.conf @@ -23,8 +23,10 @@ monitor=,preferred,auto,auto $terminal = kitty $fileManager = dolphin $menu = wofi --show drun + # Some default env vars. env = XCURSOR_SIZE,24 +env = QT_QPA_PLATFORMTHEME,qt5ct # change to qt6ct if you have that # For all categories, see https://wiki.hyprland.org/Configuring/Variables/ input { |