6 lines
182 B
Lua
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)
|