Raw
#!/bin/bash
systemctl --user import-environment DISPLAY
#eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh) &
#export SSH_AUTH_SOCK &
[ -f ~/.config/x11/xprofile ] && . ~/.config/x11/xprofile
# Load another file for autostart purposes.
# This file will not be overwritten by THEAARBS updates.
[ -f ~/.config/x11/autostart ] && . ~/.config/x11/autostart
#exec dwm
exec ~/.local/bin/startdwm