# i3 config file # autostart

# autostart apps only at launch
# global autostart
exec --no-startup-id "export FBXDG_DE=i3 && fbautostart"
# authentification
exec --no-startup-id "/usr/libexec/polkit-mate-authentication-agent-1"
# clean conky session
exec --no-startup-id "if pgrep -a conky; then pkill -9 conky; fi"
# auto-mounting
#exec --no-startup-id "pcmanfm -d --no-desktop"
# GUI apps
#exec "sleep 5 && thunderbird"
#exec "sleep 4 && firefox"
#exec "sleep 3 && transmission-gtk"

# autostart apps always
# read cli config
exec_always --no-startup-id "xrdb ~/.Xresources"
