diff options
| author | marcellus <msimon_fr@hotmail.com> | 2023-09-14 22:26:17 +0200 |
|---|---|---|
| committer | marcellus <msimon_fr@hotmail.com> | 2023-09-14 22:26:17 +0200 |
| commit | 0e2d387565cb03c41cef33b9ff01eac5a5cb9132 (patch) | |
| tree | 1bcc8bdf06022ae90874d575040df4cbece28313 /sx | |
| parent | c3b97dfe6a6a39974f60411761b8ceba48e1876b (diff) | |
update: general changes, read the diff
Diffstat (limited to 'sx')
| -rwxr-xr-x | sx/sxrc | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |
