mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-28 18:28:35 -05:00
9 lines
98 B
Plaintext
9 lines
98 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
if command -v mako >/dev/null
|
||
|
then
|
||
|
mako -c ~/.config/mako/config &
|
||
|
else
|
||
|
dunst &
|
||
|
fi
|