From 5fc036f8de3c55bea6a5853bdd35ca65f168a48e Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 20 May 2025 19:54:39 +0530 Subject: Add easyeffects to autostart --- packages/dwm/autostart.sh | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) (limited to 'packages') diff --git a/packages/dwm/autostart.sh b/packages/dwm/autostart.sh index b2290aa..6345742 100755 --- a/packages/dwm/autostart.sh +++ b/packages/dwm/autostart.sh @@ -39,25 +39,30 @@ spew() { ##### Autostart {{{ - echo "[Autostart]: Running daemons"; +echo "[Autostart]: Running daemons"; - # Key daemon - spew "shotkey" shotkey; +# Key daemon +spew "shotkey" shotkey; - # Wallpaper - run "" ~/.fehbg; +# Wallpaper +run "" ~/.fehbg; - # Notification daemon - spew "dunst" dunst -config ~/.config/dunst/dunstrc; +# Notification daemon +spew "dunst" dunst -config ~/.config/dunst/dunstrc; - # Compositor - spew "picom" picom --config ~/.config/picom.conf; +# Compositor +spew "picom" picom --config ~/.config/picom.conf; - # Scheduler - spew "remind" remind -k'notify-send -a reminder %s' -z10 "$REMINDER_FILE"; +# Scheduler +spew "remind" remind -k'notify-send -a reminder %s' -z10 "$REMINDER_FILE"; - # Battery watcher - run "" ~/scripts/battery-watch.sh start; +# Battery watcher +run "" ~/scripts/battery-watch.sh start; + +# KDEconnect connect +# run "" kdeconnect-cli --refresh; + +once "easyeffects" easyeffects --gapplication-service; # }}} -- cgit v1.3.1