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

@@ -42,7 +42,7 @@ $menu = wofi --show drun --insensitive --allow-images
# exec-once = $terminal
# exec-once = nm-applet &
# exec-once = waybar & hyprpaper & firefox
$autostart = "waybar & hyprpaper"
$autostart = "waybar & hyprpaper & dunst"
exec-once = sh -c "$autostart"

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