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

[ -f /usr/bin/fcitx5 ] && fcitx5 -d

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

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

[ -x "$HOME/.local/autostart" ] && "$HOME/.local/autostart"