summaryrefslogtreecommitdiffhomepage
path: root/config.mk
AgeCommit message (Collapse)Author
2022-10-08Adding alt-tab patch ref. #303bakkeby
2022-10-06Bump to 50ad171.bakkeby
remove workaround for a crash with color emojis on some systems, now fixed in libXft 2.3.5 https://gitlab.freedesktop.org/xorg/lib/libxft/-/blob/libXft-2.3.5/NEWS bump version to 6.4 Ref. https://git.suckless.org/dwm/commit/970f37697358574e127019eb0ee2f5725ec05ce0.html https://git.suckless.org/dwm/commit/50ad171eea9db5ccb36fce2592e047c3282975ff.html Consequently the color emoji patch has been inverted into no color emoji, keeping the workaround in the code base for those that are on systems with older versions of the Xft library.
2022-08-02Adding bidi patch ref. #285bakkeby
2022-07-05Adding tagpreview patch (#271)Stein Gunnar Bakkeby
2022-03-06Upgrading winicon patch to v2.1 ref. #238bakkeby
2022-01-18Ignoring unused functions warnings.bakkeby
This is achieved by adding the -Wno-unused-function flag to the compiler. The warnings are suppressed to avoid confusion for users new to dwm. Removing the static declaration from the header files works too, but adds unnecessary data into the compiled object.
2022-01-10bump version to 6.3bakkeby
2021-07-27Adding winicon patchbakkeby
2021-05-09config.mk: added build options for FreeBSDbakkeby
2021-03-29Comment out non-default libraries from config.mkbakkeby
2021-02-11Adding riodraw patchbakkeby
2020-10-04mpdcontrol: fixing typo, mpd (music player daemon), not mdpbakkeby
2020-09-11ipc: config.mk correctionsbakkeby
2020-09-07Adding IPC v1.5.5 patchbakkeby
2020-07-18Revert config.mk uncommentingbakkeby
2020-07-18Refinementbakkeby
2020-07-15Major refactoring in preparation for bar modulesbakkeby
2020-06-11Adding pango patch (ref. #10)bakkeby
Text from original patch: Using pango markup for status text Use a single font. Removed some code utf8 code from drw. Created for pango 1.44. Older versions might not have getter for font height, ascent + descent can be used instead. All texts are rendered with pango but only status is with markup. Increased stext size (in case a lot of markup is used). MIN/MAX is already defined (didn't redefine them).
2020-04-03config.mk: fix POSIX_C_SOURCE macro for feature test for snprintf()bakkeby
The feature test was incorrect: _POSIX_C_SOURCE=2 "The value 2 or greater additionally exposes definitions for POSIX.2-1992." http://man7.org/linux/man-pages/man7/feature_test_macros.7.html A higher value is needed (atleast 1995): https://pubs.opengroup.org/onlinepubs/9699919799/functions/snprintf.html FreeBSD feature test macro: on https://github.com/freebsd/freebsd/blob/master/include/stdio.h line 297 This was already fixed in dmenu. This fixes a warning on FreeBSD, reported by Plasmoduck on IRC, thanks.
2020-04-02The Xrender library does not need to be included by default, only include ↵bakkeby
when alpha patch is enabled.
2020-03-31Adding rounded corners patchbakkeby
2019-10-24Adding swallow patchbakkeby
2019-10-10Adding mdpcontrol patchbakkeby
2019-09-05Adding alpha patchbakkeby