Tsuz-Hypr-Dotfiles/.config/hypr/modules/autostart.lua
2026-06-01 19:05:15 -04:00

6 lines
182 B
Lua

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