summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
AgeCommit message (Collapse)Author
2022-06-17Porting the seamless restart feature from dusk into dwm-flexipatchbakkeby
2022-03-10holdbar + systray compatibility - make systray follow the bar when being ↵bakkeby
revealed and hidden ref. #239
2021-11-23Adding taglabels patch ref. #199bakkeby
2021-07-27Adding winicon patchbakkeby
2021-06-14sed source files to end with 1 new linepepper-jelly
2021-04-07Adding xkb patch as per request #111bakkeby
2021-04-06Adding distributetags patchbakkeby
2021-03-30Add tapresize patchverschmelzen
2021-03-09Adding tab patchbakkeby
2021-02-11Adding focusdir patchbakkeby
2021-02-11Adding riodraw patchbakkeby
2021-01-22Adding placemouse patchbakkeby
2021-01-02added the layoutmenu patchmatt
2020-10-04mpdcontrol: fixing typo, mpd (music player daemon), not mdpbakkeby
2020-09-18Adding nomodbuttons patchbakkeby
2020-09-10anybar: initial commitbakkeby
2020-09-07Adding IPC v1.5.5 patchbakkeby
2020-08-27Adding aspectresize patchbakkeby
2020-08-25Added alttagsdecoration patch.bakkeby
Unified tag icon handling while adding support for different icons per monitor. In general LENGTH(tags) has been replaced with a NUMTAGS macro (defaulting to 9) and the tags[] array has been replaced with a tagicons[][] array, access to which is done through a single function tagicon. This allows one central place where alternative tags, alttagsdecoration, or other future tags logic is handled. This also gives a consistent display of tags regardless of the module that presents tags. Additionally the monitor index has been integrated into dwm for easier access.
2020-08-22Added clientindicators patch and unified and simplified indicator code. ↵bakkeby
Enabled centeredwindowname option for awesomebar and bartabgroups patches.
2020-08-20Adding experimental flexwintitle patch based on bartabgroupsbakkeby
2020-08-13Adding bartabgroups patchbakkeby
2020-08-11Adding focusmaster patchbakkeby
2020-08-11Adding decoration hints patchbakkeby
2020-08-10Adding insets patchbakkeby
2020-08-10Adding cool autostart patchbakkeby
2020-08-02Adding reorganizetags patchbakkeby
2020-07-19Adding powerline patchbakkeby
2020-07-18Extrabar --> extrastatusbakkeby
2020-07-18holdbar: changes for new barbakkeby
2020-07-18Refinementbakkeby
2020-07-15Further bar renamingbakkeby
2020-07-15Major refactoring in preparation for bar modulesbakkeby
2020-06-21Adding floatpos patch.bakkeby
2020-06-19Adding tagothermonitor patchmatt
2020-06-15Adding sizehints patchbakkeby
2020-06-05Renamed SCRATCHPAD_PATCH --> SCRATCHPADS_PATCH to match the naming of the ↵bakkeby
suckless patches as the multiple scratchpads patch has its own location now
2020-05-31Adding keymodes patchbakkeby
2020-05-26Adding status2d patchbakkeby
2020-05-21Adding moveplace patchbakkeby
2020-05-21Adding moveresize patch as per #25bakkeby
2020-05-03Adding shiftview patchbakkeby
2020-05-02Adding dwmblocks patchbakkeby
2020-04-16[dwm][PATCH] statuscolors, fix status text width computationbakkeby
This is an updated version of the statuscolors patch that fixes the computation of the text width. The previous version of the patch inculded all the byte codes that are used to select the color schemes when computing the width, obaining a width that is larger than the real width. This patch fixes that by adding up the widths of the individual chunks, separated by the codes that select the color schemes.
2020-04-13Adding statuscmd patch ref. #23bakkeby
2020-03-31Adding rounded corners patchbakkeby
2020-03-27Adding revamped dragmfact patch ref. #19bakkeby
2020-03-25Adding dragcfact patch, ref. #19bakkeby
2020-03-23Adding stacker patch as requested ref. #17bakkeby
2020-03-20FAKEFULLSCREEN_PATCH takes precedence over the FAKEFULLSCREEN_CLIENT_PATCH, ↵bakkeby
ref. #13