mirror of
https://github.com/DefectingCat/dotfiles
synced 2025-07-15 16:51:36 +00:00
8 lines
122 B
Bash
Executable File
8 lines
122 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
CONFIG="$HOME/.config/hypr/mako/config"
|
|
|
|
if [[ ! $(pidof mako) ]]; then
|
|
mako --config ${CONFIG}
|
|
fi
|