22 lines
603 B
Text
22 lines
603 B
Text
|
|
# ================ #
|
|
# Autorun settings #
|
|
# ================ #
|
|
|
|
# I'm using 'polkit-gnome' as a polkit client as it has no dependencies
|
|
exec_always /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
|
|
|
# Make sure the systemd user session gets all envs
|
|
exec_always "systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK"
|
|
exec_always "dbus-update-activation-environment --all --systemd"
|
|
|
|
# Not needed if started via Systemd
|
|
#exec eval $(gnome-keyring-daemon --start)
|
|
|
|
# Autostart applets
|
|
exec nm-applet --indicator
|
|
|
|
# Autostart my daily use software
|
|
exec thunderbird
|
|
exec evolution
|
|
|