diff options
Diffstat (limited to 'bin/autostart-wayland')
-rwxr-xr-x | bin/autostart-wayland | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/autostart-wayland b/bin/autostart-wayland new file mode 100755 index 0000000..f725c20 --- /dev/null +++ b/bin/autostart-wayland @@ -0,0 +1,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" |