From 940ea05b3f79ad693c52828158431b3e2f55ffa3 Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Sat, 18 Jul 2026 15:04:28 +0200 Subject: [PATCH] fix noctalia if kde is installed alongside --- homes/julian/features/hyprland/hyprland.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homes/julian/features/hyprland/hyprland.lua b/homes/julian/features/hyprland/hyprland.lua index f67d705..0b8cae5 100644 --- a/homes/julian/features/hyprland/hyprland.lua +++ b/homes/julian/features/hyprland/hyprland.lua @@ -18,7 +18,7 @@ hl.monitor({ -- See https://wiki.hypr.land/Configuring/Basics/Autostart/ hl.on("hyprland.start", function() -- hl.exec_cmd("waybar") - hl.exec_cmd("noctalia-shell") + hl.exec_cmd("env QT_QPA_PLATFORMTHEME=qt5ct noctalia-shell") -- env ensures noctalia works alongside kde hl.exec_cmd("firefox") end) hl.on("config.reloaded", function()