refactor(hypr): migrate configuration to lua

This commit is contained in:
2026-08-11 18:47:19 -04:00
parent d4663ad9cd
commit a1a9081a2a
14 changed files with 169 additions and 164 deletions
+5
View File
@@ -0,0 +1,5 @@
hl.on("hyprland.start", function()
hl.exec_cmd("pass git pull")
hl.exec_cmd("~/bin/system/system-start.sh")
hl.exec_cmd("hypridle")
end)