dotfiles/.config/sway/conf.d/autoruns

23 lines
623 B
Text
Raw Normal View History

# ================ #
# 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 XDG_CURRENT_DESKTOP SWAYSOCK"
2022-09-06 08:58:12 +02:00
exec_always "dbus-update-activation-environment --all --systemd"
2022-09-06 08:58:12 +02:00
# Not needed if started via Systemd
#exec eval $(gnome-keyring-daemon --start)
2022-04-04 18:13:21 +02:00
2022-01-02 16:42:12 +01:00
# Autostart applets
exec nm-applet --indicator
# Autostart my daily use software
exec thunderbird
exec evolution