fix noctalia if kde is installed alongside

This commit is contained in:
2026-07-18 15:04:28 +02:00
parent 107e86d533
commit 940ea05b3f
+1 -1
View File
@@ -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()