added dunst

This commit is contained in:
2025-12-29 21:42:34 +11:00
parent 2bfe638719
commit dc181f5008
5 changed files with 78 additions and 5 deletions

View File

@@ -1,7 +1,4 @@
#!/usr/bin/env bash
LOG=$HOME/.config/hypr/temp.log
exec > $LOG 2>&1
RUN_STRING=$1
KILL_STRING=${RUN_STRING//" & "/" "}
killall $KILL_STRING || true