Tsuz-Hypr-Dotfiles/.config/hypr/modules/autostart.lua
2026-06-02 10:26:57 -04:00

7 lines
202 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")
hl.exec_cmd("qs")
end)