aboutsummaryrefslogtreecommitdiff
path: root/bin/autostart
blob: 29b1d25774c3639e79079a20e8de27f9409d4973 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env bash

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

[ -f /usr/bin/dunst ] && dunst &
[ -f /usr/bin/udiskie ] && udiskie -a -n -s &

[ -f /usr/bin/clipmenud ] && clipmenud &