From 0e2d387565cb03c41cef33b9ff01eac5a5cb9132 Mon Sep 17 00:00:00 2001 From: marcellus Date: Thu, 14 Sep 2023 22:26:17 +0200 Subject: update: general changes, read the diff --- sx/sxrc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 sx/sxrc (limited to 'sx') diff --git a/sx/sxrc b/sx/sxrc new file mode 100755 index 0000000..00847b1 --- /dev/null +++ b/sx/sxrc @@ -0,0 +1,10 @@ +setxkbmap fr +curl -m 3 -s $CAL_PERSO | grep -v END:VCALENDAR >/tmp/calendar.ics +curl -m 3 -s $CAL_SCHOOL | grep -v BEGIN:VCALENDAR >> /tmp/calendar.ics +icstocal /tmp/calendar.ics /tmp/calendar >/dev/null +scron -f $XDG_CONFIG_HOME/crontab +$HOME/.config/scripts/randwp +sxhkd& +picom& +dwmblocks& +exec dwm -- cgit v1.2.3