diff --git a/hypr/autostart.lua b/hypr/autostart.lua index b4aae0b..4ff8b21 100644 --- a/hypr/autostart.lua +++ b/hypr/autostart.lua @@ -33,5 +33,4 @@ hl.on("hyprland.start", function() hl.exec_cmd("kded6") hl.exec_cmd("kbuildsycoca6") hl.exec_cmd("noctalia") - --hl.exec_cmd("noctalia") end) diff --git a/hypr/hyprland.lua b/hypr/hyprland.lua index 5cf1d4e..c33b5ca 100644 --- a/hypr/hyprland.lua +++ b/hypr/hyprland.lua @@ -115,8 +115,6 @@ require("hub") -- ################## -- require("vicinae") --- This loads Noctalia-generated Hyprland colors. -dofile("/home/domenico/.config/hypr/noctalia/noctalia-colors.lua") -- For Noctalia Color templates require("noctalia").apply_theme() diff --git a/hypr/privatesettings.lua b/hypr/privatesettings.lua index 3c4d568..5716b78 100644 --- a/hypr/privatesettings.lua +++ b/hypr/privatesettings.lua @@ -1,5 +1,5 @@ + --hl.env("AQ_DRM_DEVICES", "/dev/dri/card1") -- Check the environment variable --hl.env("AQ_DRM_DEVICES", "/dev/dri/card1:/dev/dri/renderD128") -