summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-15Small fixkeikari
2020-08-14Manual merge of pull request #19. This adds multi-character delimiter.aidan
2020-08-14Removed call to redundant call to exit()aidan
2020-08-12Merge pull request #12 from kdkasad/patch-1torrinfail
2020-08-12fixed signal handling on OpenBSD by using SIGUSR1 instead of SIGRTMIN.aidan
2020-08-11Update README.mdtorrinfail
2020-08-11Merge pull request #15 from tomboehmer/issue9torrinfail
2020-08-11Update README.mdtorrinfail
2020-08-11added blocks.def.h to act as default blocks file so that changes made inAidan
2020-07-28Merge pull request #17 from tph5595/patch-1torrinfail
2020-07-28Merge branch 'master' into patch-1torrinfail
2020-07-06Added variable in makefile to change c compilerAidan
2020-06-11Merge pull request #8 from markcaudill/mastertorrinfail
2020-05-29Fixed argument order for gccTaylor Henderson
2020-05-28Fixes #9 - determine the size of the status buffer based on the number of blocksTom Böhmer
2020-05-04Change `cp`/`chmod` to `install`Kian Kasad
2020-04-18Switched to ISC licenseAidan
2020-04-18Start transition to ISC licensetorrinfail
2020-04-16removed unused replace functionaidan
2020-04-16Merge pull request #3 from crian/mastertorrinfail
2020-04-01Proposed fix for issue #5.Mark Caudill
2020-03-03Makefile: Set permissioncrian
2020-03-02Makefile: Add uninstallcrian
2020-03-02Makefile: Use DESTDIR and PREFIXcrian
2019-12-16Merge branch 'master' of https://github.com/torrinfail/dwmblocksAidan
2019-12-16Added ifndef for openbsd compatibility. SIGRTMIN is not defined onAidan
2019-12-12Changed Makefile to use pkg-config to find libraries.Aidan
2019-11-30Switched to fgets instead of using fgetcAidan
2019-11-30fixed issue causing segfault on ARM systemsAidan
2019-11-27Fixed garbled last commitAidan Hubert
2019-11-26Added -p option for printing to stdout rather then setting the root window fo...Aidan
2019-11-26Added -f option to rm in clean command.Aidan
2019-11-13Made dwmblocks way more efficient by only setting the name of the root window...Aidan
2019-11-07Revert "Changed delimeter to accept multiple characters."Aidan
2019-11-04Changed delimeter to accept multiple characters.Aidan
2019-03-29added icons and delimeterAidan
2019-03-26Changed Makefile to also complie when running install.Aidan
2019-03-24Fixed for loop in getstatus()Aidan
2019-03-24Added more to readme.Aidan
2019-03-24Added install option.Aidan
2019-03-24Added function declarations and renamed setrootcmd to statusstr.Aidan
2019-03-24Changed commands to use ~ instead of /home/aidanAidan
2019-03-24Changed makefile to include X11 libraries.Aidan
2019-03-24Added code files, and Makefile.Aidan
2019-03-24Initial committorrinfail