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

19 lines
666 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)
-- old stuff, probably not needed anymore
-- exec-once = gnome-keyring-daemon --start --components=secrets
-- exec-once = systemctl --user start gcr-ssh-agent.socket
--
-- Polkit Daemon
-- exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
--