# -  - #
# - Screen resolution - #
xrandr --output Virtual-1 --mode 1920x1080 &

# -  - #
# - Menu bar configuration - #
tint2 &

# -  - #
# - Wallpaper - #
nitrogen --restore &

# -  - #
# -  - #
picom -f &

# -  - #
# - Volume icon on menu bar - #
volumeicon &

# -  - #
# - i3Lock-color configuration - #
xautolock -time 30 -locker "sh ~/.config/launch.sh" &

# -  - #
# - Start polkit-gnome (sudo authentication) - #
exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
