1
0
mirror of https://git.disroot.org/FollieHiyuki/dotfiles.git synced 2024-12-14 01:58:36 -05:00
FollieHiyuki-dotfiles/home/.local/bin/Wayland/start_notify

9 lines
98 B
Plaintext
Raw Normal View History

#!/bin/sh
if command -v mako >/dev/null
then
mako -c ~/.config/mako/config &
else
dunst &
fi