Files
dotfiles/home/dot_config/hypr/startup-all.lua
T

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)