hyprland config
This commit is contained in:
7
hyprland/hypr/scripts/Mako.sh
Executable file
7
hyprland/hypr/scripts/Mako.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
CONFIG="$HOME/.config/mako/config"
|
||||
|
||||
if [[ ! $(pidof mako) ]]; then
|
||||
mako --config ${CONFIG}
|
||||
fi
|
||||
Reference in New Issue
Block a user