diff options
Diffstat (limited to 'config/hypr/configs/system_env.lua')
| -rw-r--r-- | config/hypr/configs/system_env.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/hypr/configs/system_env.lua b/config/hypr/configs/system_env.lua index e130d47d..8d7805e4 100644 --- a/config/hypr/configs/system_env.lua +++ b/config/hypr/configs/system_env.lua @@ -15,3 +15,6 @@ local ok, err = pcall(dofile, env_path) if not ok then print("[ERROR] system_env: failed to load lua/env.lua: " .. tostring(err)) end + +hl.env("QT_QUICK_CONTROLS_STYLE", "Basic") +hl.env("QT_STYLE_OVERRIDE", "Fusion") |
