hyprland config

This commit is contained in:
thatscringebro
2023-09-21 18:37:25 -04:00
parent fd3d6567dc
commit 98f7bd2701
62 changed files with 2843 additions and 0 deletions

7
hyprland/hypr/scripts/Mako.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
CONFIG="$HOME/.config/mako/config"
if [[ ! $(pidof mako) ]]; then
mako --config ${CONFIG}
fi