Files
dotfiles/user/dot_config/hypr/hyprland-autostart.lua.tmpl
T

12 lines
404 B
Cheetah

-- See https://wiki.hypr.land/Configuring/Basics/Autostart/
-- Autostart necessary processes (like notifications daemons, status bars, etc.)
-- Or execute your favorite apps at launch like this:
--
-- Most applications are started by systemd. Others are wrapped by uwsm app -- (by create_launcher() function)
hl.on("hyprland.start", function()
hl.exec_cmd("~/.config/hypr/scripts/autostart.sh")
end)