Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | fixed signal handling on OpenBSD by using SIGUSR1 instead of SIGRTMIN. | aidan | 2020-08-12 | -11/+14 |
| | | | | This should not affect other platforms at all. | |||
* | Update README.md | torrinfail | 2020-08-11 | -0/+5 |
| | | | Added first dwm style optional patch to readme | |||
* | Merge pull request #15 from tomboehmer/issue9 | torrinfail | 2020-08-11 | -1/+2 |
|\ | | | | | Fixes #9 - determine the size of the status buffer based on the number of blocks | |||
| * | Fixes #9 - determine the size of the status buffer based on the number of blocks | Tom Böhmer | 2020-05-28 | -1/+2 |
| | | | | | | | | | | prevents dwmblocks from crashing because of the status string getting longer than the underlying buffer | |||
* | | Update README.md | torrinfail | 2020-08-11 | -0/+5 |
| | | | | | | Added a bit more documentation to readme. | |||
* | | added blocks.def.h to act as default blocks file so that changes made in | Aidan | 2020-08-11 | -23/+20 |
| | | | | | | | | the future will not affect csutom blocks.h files. | |||
* | | Merge pull request #17 from tph5595/patch-1 | torrinfail | 2020-07-28 | -1/+1 |
|\ \ | | | | | | | Fixed argument order for gcc. This most likely fixes building on debian based systems. Thanks to tph5595 | |||
| * \ | Merge branch 'master' into patch-1 | torrinfail | 2020-07-28 | -5/+18 |
| |\ \ | |/ / |/| | | ||||
* | | | Added variable in makefile to change c compiler | Aidan | 2020-07-06 | -2/+2 |
| | | | ||||
* | | | Merge pull request #8 from markcaudill/master | torrinfail | 2020-06-11 | -3/+16 |
|\ \ \ | |_|/ |/| | | This merge adds fix for issue #5 which @markcaudill fixed by having all real-time signals handled by a dummy handler if it doesn't have a refresh signal . | |||
| * | | Proposed fix for issue #5. | Mark Caudill | 2020-04-01 | -3/+16 |
| | | | | | | | | | | | | | | | Initialize all signals from RTMIN to RTMAX with a dummy handler before actually setting the "real" handlers. | |||
| | * | Fixed argument order for gcc | Taylor Henderson | 2020-05-29 | -1/+1 |
| |/ |/| | ||||
* | | Switched to ISC license | Aidan | 2020-04-18 | -0/+7 |
| | | ||||
* | | Start transition to ISC license | torrinfail | 2020-04-18 | -339/+0 |
| | | ||||
* | | removed unused replace function | aidan | 2020-04-16 | -9/+0 |
| | | ||||
* | | Merge pull request #3 from crian/master | torrinfail | 2020-04-16 | -2/+7 |
|\ \ | |/ |/| | Some Makefile additions by crian | |||
| * | Makefile: Set permission | crian | 2020-03-03 | -0/+1 |
| | | ||||
| * | Makefile: Add uninstall | crian | 2020-03-02 | -0/+2 |
| | | ||||
| * | Makefile: Use DESTDIR and PREFIX | crian | 2020-03-02 | -2/+4 |
|/ | ||||
* | Merge branch 'master' of https://github.com/torrinfail/dwmblocks | Aidan | 2019-12-16 | -4/+2 |
|\ | ||||
| * | Changed Makefile to use pkg-config to find libraries. | Aidan | 2019-12-12 | -4/+2 |
| | | ||||
* | | Added ifndef for openbsd compatibility. SIGRTMIN is not defined on | Aidan | 2019-12-16 | -2/+9 |
|/ | | | | OpenBSD. | |||
* | Switched to fgets instead of using fgetc | Aidan | 2019-11-30 | -16/+5 |
| | ||||
* | fixed issue causing segfault on ARM systems | Aidan | 2019-11-30 | -0/+4 |
| | ||||
* | Fixed garbled last commit | Aidan Hubert | 2019-11-27 | -12/+0 |
| | ||||
* | Added -p option for printing to stdout rather then setting the root window ↵ | Aidan | 2019-11-26 | -4/+26 |
| | | | | for compatibility with other wms. | |||
* | Added -f option to rm in clean command. | Aidan | 2019-11-26 | -1/+1 |
| | ||||
* | Made dwmblocks way more efficient by only setting the name of the root ↵ | Aidan | 2019-11-13 | -11/+9 |
| | | | | window when something has changed. | |||
* | Revert "Changed delimeter to accept multiple characters." | Aidan | 2019-11-07 | -16/+8 |
| | | | | | | Bug was found where certain modules caused dwm to lag horribly. Reverting until a fix can be found. This reverts commit 3da92ebccb863394a3501ce2d9cbe60ad9aafc8c. | |||
* | Changed delimeter to accept multiple characters. | Aidan | 2019-11-04 | -8/+16 |
| | ||||
* | added icons and delimeter | Aidan | 2019-03-29 | -14/+34 |
| | ||||
* | Changed Makefile to also complie when running install. | Aidan | 2019-03-26 | -1/+1 |
| | ||||
* | Fixed for loop in getstatus() | Aidan | 2019-03-24 | -1/+1 |
| | ||||
* | Added more to readme. | Aidan | 2019-03-24 | -0/+3 |
| | ||||
* | Added install option. | Aidan | 2019-03-24 | -0/+3 |
| | ||||
* | Added function declarations and renamed setrootcmd to statusstr. | Aidan | 2019-03-24 | -12/+20 |
| | ||||
* | Changed commands to use ~ instead of /home/aidan | Aidan | 2019-03-24 | -4/+6 |
| | ||||
* | Changed makefile to include X11 libraries. | Aidan | 2019-03-24 | -7/+5 |
| | ||||
* | Added code files, and Makefile. | Aidan | 2019-03-24 | -0/+166 |
| | ||||
* | Initial commit | torrinfail | 2019-03-24 | -0/+393 |