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

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

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