aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeLines
* Change `cp`/`chmod` to `install`Kian Kasad2020-05-04-2/+1
| | | The install command was meant for exactly this purpose; installing a file to a location and setting its permissions. This combines the `cp` and `chmod` commands into one `install` command.
* Switched to ISC licenseAidan2020-04-18-0/+7
|
* Start transition to ISC licensetorrinfail2020-04-18-339/+0
|
* removed unused replace functionaidan2020-04-16-9/+0
|
* Merge pull request #3 from crian/mastertorrinfail2020-04-16-2/+7
|\ | | | | Some Makefile additions by crian
| * Makefile: Set permissioncrian2020-03-03-0/+1
| |
| * Makefile: Add uninstallcrian2020-03-02-0/+2
| |
| * Makefile: Use DESTDIR and PREFIXcrian2020-03-02-2/+4
|/
* Merge branch 'master' of https://github.com/torrinfail/dwmblocksAidan2019-12-16-4/+2
|\
| * Changed Makefile to use pkg-config to find libraries.Aidan2019-12-12-4/+2
| |
* | Added ifndef for openbsd compatibility. SIGRTMIN is not defined onAidan2019-12-16-2/+9
|/ | | | OpenBSD.
* Switched to fgets instead of using fgetcAidan2019-11-30-16/+5
|
* fixed issue causing segfault on ARM systemsAidan2019-11-30-0/+4
|
* Fixed garbled last commitAidan Hubert2019-11-27-12/+0
|
* Added -p option for printing to stdout rather then setting the root window ↵Aidan2019-11-26-4/+26
| | | | for compatibility with other wms.
* Added -f option to rm in clean command.Aidan2019-11-26-1/+1
|
* Made dwmblocks way more efficient by only setting the name of the root ↵Aidan2019-11-13-11/+9
| | | | window when something has changed.
* Revert "Changed delimeter to accept multiple characters."Aidan2019-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.Aidan2019-11-04-8/+16
|
* added icons and delimeterAidan2019-03-29-14/+34
|
* Changed Makefile to also complie when running install.Aidan2019-03-26-1/+1
|
* Fixed for loop in getstatus()Aidan2019-03-24-1/+1
|
* Added more to readme.Aidan2019-03-24-0/+3
|
* Added install option.Aidan2019-03-24-0/+3
|
* Added function declarations and renamed setrootcmd to statusstr.Aidan2019-03-24-12/+20
|
* Changed commands to use ~ instead of /home/aidanAidan2019-03-24-4/+6
|
* Changed makefile to include X11 libraries.Aidan2019-03-24-7/+5
|
* Added code files, and Makefile.Aidan2019-03-24-0/+166
|
* Initial committorrinfail2019-03-24-0/+393