aboutsummaryrefslogtreecommitdiff
path: root/bin/autostart
blob: 0cabef2f562088a8c9597a72c8c657701fe7e786 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env bash

[ -f /usr/bin/fcitx5 ] && fcitx5 -d
[ -f ~/.fehbg ] && ~/.fehbg &

[ -f /usr/bin/dunst ] && dunst &
[ -f /usr/bin/udiskie ] && udiskie &