2021-11-06 11:29:18 +01:00
|
|
|
|
|
|
|
# ================ #
|
|
|
|
# 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
|
|
|
|
|
2022-01-02 16:42:12 +01:00
|
|
|
# Autostart applets
|
|
|
|
exec nm-applet --indicator
|
|
|
|
|
2021-12-25 22:04:03 +01:00
|
|
|
# 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
|
2022-01-02 16:42:12 +01:00
|
|
|
exec teamspeak --enable-features=UseOzonePlatform --ozone-platform=wayland
|
|
|
|
exec discord-canary --enable-features=UseOzonePlatform,WebRTCPipeWireCapturer --ozone-platform=wayland
|
2021-12-25 22:04:03 +01:00
|
|
|
exec keepassxc
|
|
|
|
|