16 lines
468 B
Text
16 lines
468 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
|
|
|
|
# Autostart my daily use software
|
|
exec thunderbird
|
|
exec evolution
|
|
|
|
exec signal-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland --use-tray-icon
|
|
exec element-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland
|
|
exec keepassxc
|
|
|