Commit graph

23 commits

Author SHA1 Message Date
Aaron Marcher 96334e2079
Fixed man page path
According to the FHS, /usr/local/share/man is the correct man page path
in this projects's case. Set this to default in config.mk.
2017-08-13 22:56:14 +02:00
Laslo Hunhold 4d33c36014
Remove d- and v-flags
d-flag: There's no need for that, use the &-operator or fork+exec in a
        non-shell-context. In the latter case you get the PID for free.
v-flag: If you want to find out which version of a package is installed,
        consult your package manager. That's his job.
2017-08-10 22:32:48 +02:00
Laslo Hunhold 8dad4910bf
Refactor build system 2017-08-10 22:32:14 +02:00
Aaron Marcher ac1a57ec30
enable stack protector and compile to position independent executable 2017-04-20 22:33:10 +02:00
Aaron Marcher d1915f0d4d
saner makefile: cleaner, simpler, suckless 2017-01-07 21:49:10 +01:00
parazyd 13604963bc Merge branch 'master' into master 2016-12-30 14:21:19 +01:00
Aaron Marcher 8fa6229759
why releases for such a small project? useless and overhead! 2016-12-29 23:36:05 +01:00
parazyd c2808b6d99
refactor vol_perc to not depend on alsa libraries 2016-12-28 00:41:51 +01:00
Aaron Marcher a2d2e801a2 3.0 2016-09-19 11:17:51 +02:00
Aaron Marcher bad8dc682d shorter copyright notice and moved back VERSION and _GNU_SOURCE as the man page version number fails 2016-09-18 22:00:50 +02:00
Ali H. Fardan f4a383382c several changes 2016-09-18 22:27:04 +03:00
Aaron Marcher d1423010d0 config.mk comment about -Wno-unused-functions 2016-09-18 17:22:12 +02:00
Aaron Marcher cfa0d9e8fe optimization 2016-09-18 17:15:50 +02:00
Aaron Marcher 4a7aba5151 added man page 2016-09-17 22:51:49 +02:00
Aaron Marcher fd0bb713d7 added optimization back (removed it for debugging some time ago) 2016-09-17 22:03:56 +02:00
Ali H. Fardan b9b6486cda bringed back the old config.mk 2016-09-05 01:40:47 +03:00
Ali H. Fardan 9fa858daea added a tool for resetting the status bar && worked around some issues && removed the makefile (we need a better one) 2016-09-05 01:13:48 +03:00
Ali H. Fardan 1654efe1d6 config.mk cleanup 2016-09-05 00:56:22 +03:00
Ali H. Fardan 6f31ca6ce3 fixed compiler warnings in a better way 2016-08-21 15:43:57 +03:00
Ali H. Fardan 73ec65a84d -Wextra 2016-08-21 11:10:37 +03:00
Aaron Marcher f9748dcca3 Removed the debug gcc flags 2016-08-16 17:34:50 +02:00
Daniel Walter 046e273a7e simplify smprintf by using vasprintf 2016-03-10 11:49:48 +01:00
Aaron Marcher 94ea78f0fe initial commit 2016-03-04 18:07:42 +01:00