diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-05-20 19:54:39 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-05-20 19:54:51 +0530 |
| commit | 5fc036f8de3c55bea6a5853bdd35ca65f168a48e (patch) | |
| tree | 1d6fde0daed47dcdef4788545d981b07e7cb5a82 /packages/dwm/autostart.sh | |
| parent | 6e7472e2de4addc7628e3055f1754382d46cd45d (diff) | |
| download | nixos-config-5fc036f8de3c55bea6a5853bdd35ca65f168a48e.tar.gz nixos-config-5fc036f8de3c55bea6a5853bdd35ca65f168a48e.zip | |
Add easyeffects to autostart
Diffstat (limited to '')
| -rwxr-xr-x | packages/dwm/autostart.sh | 31 |
1 files changed, 18 insertions, 13 deletions
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; # }}} |
