re-added hyprlock and fixed a logic error

This commit is contained in:
2026-05-13 21:16:57 +01:00
parent 8d22813645
commit 221369e398
4 changed files with 192 additions and 1 deletions

View File

@@ -22,7 +22,9 @@ elseif Hostname == "mobile02" then
}
end
table.insert(appList, localAppList)
for _, command in ipairs(localAppList) do
table.insert(appList, command)
end
-- For everything in the applist run it on startup
hl.on("hyprland.start", function()