diff options
Diffstat (limited to 'packages/xmonad')
| -rwxr-xr-x | packages/xmonad/autostart.sh | 6 |
1 files changed, 0 insertions, 6 deletions
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; |
