added dunst
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user