Commit | Line | Data |
---|---|---|
ca3a844a AB |
1 | if [ -f "$HOME/.xinitrc" ]; then |
2 | . "$HOME/.xinitrc" | |
3 | fi | |
4 | ||
5 | [ -f "/usr/lib/x86_64-linux-gnu/xfce4/notifyd/xfce4-notifyd" ] && /usr/lib/x86_64-linux-gnu/xfce4/notifyd/xfce4-notifyd & | |
6 | [ -x "$(command -v light-locker)" ] && light-locker --lock-on-suspend & | |
7 | [ -x "$(command -v pasystray)" ] && pasystray -a & | |
8 | [ -x "$(command -v nm-applet)" ] && nm-applet & | |
9 | [ -x "$(command -v compton)" ] && compton & | |
10 | [ -x "$(command -v dunst)" ] && dunst & | |
8060c968 | 11 | # LC_ALL=C twm & |
ca3a844a | 12 | [ -x "$(command -v emacs)" ] && exec ssh-agent exwm -ib 0 |