From 32d0bd79637cdc6400798bc033c8e2149ec4c5a6 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 15 Oct 2023 00:51:15 +0530 Subject: config sync --- packages/xmonad/autostart.sh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'packages/xmonad') diff --git a/packages/xmonad/autostart.sh b/packages/xmonad/autostart.sh index 36f0cd7..d62d895 100755 --- a/packages/xmonad/autostart.sh +++ b/packages/xmonad/autostart.sh @@ -41,18 +41,12 @@ run() { # Wallpaper run "" ~/.fehbg; - # Dwm blocks status text - # run "dwmblocks" dwmblocks; - # Notification daemon run "dunst" dunst -config ~/.config/dunst/dunstrc; # Compositor run "picom" picom --config ~/.config/picom.conf; - # Cron jobs - #run "crond" crond -n -f ~/.config/crontab/crontab; - # Scheduler run "remind" remind -k"notify-send -a reminder %s" -z10 $REMINDER_FILE; -- cgit v1.3.1