Files
home/.config/hypr/config/autostart.lua
T
valknar 33d3bf60a0 feat(hypr): track Hyprland config
monitors.lua stays untracked since it's machine-specific
(monitor names/resolutions won't transfer to another host).
2026-08-03 19:42:52 +02:00

9 lines
339 B
Lua

-- Auto-start config
-- if you dont use UWSM add your auto start programs here, otherwise use XDG autostart https://wiki.archlinux.org/title/XDG_Autostart
hl.on("hyprland.start", function ()
hl.exec_cmd("dbus-update-activation-environment --systemd --all")
hl.exec_cmd("noctalia")
hl.exec_cmd("xhost +SI:localuser:root")
end)