added dunst
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
|
||||
@@ -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