From 79d8d14fe08fed39e9796a76fcb9833c6b64b1c0 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Fri, 15 Dec 2023 18:27:04 +0000 Subject: [PATCH] config: add qt env to default config --- example/hyprland.conf | 2 ++ src/config/defaultConfig.hpp | 1 + 2 files changed, 3 insertions(+) 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 { diff --git a/src/config/defaultConfig.hpp b/src/config/defaultConfig.hpp index 22d3b332..1e149a7a 100644 --- a/src/config/defaultConfig.hpp +++ b/src/config/defaultConfig.hpp @@ -35,6 +35,7 @@ $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 {