mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2026-09-05 10:49:17 +00:00
6 lines
143 B
Lua
6 lines
143 B
Lua
hl.on("hyprland.start", function()
|
|
hl.exec_cmd("pass git pull")
|
|
hl.exec_cmd("~/bin/system/system-start.sh")
|
|
hl.exec_cmd("hypridle")
|
|
end)
|