-- modules/autostart.lua -- See https://wiki.hypr.land/Configuring/Basics/Autostart/ hl.on("hyprland.start", function() hl.exec_cmd("systemctl --user start hyprpolkitagent") end)