summaryrefslogtreecommitdiffhomepage
path: root/dwm.c
AgeCommit message (Expand)Author
2022-08-29restartsig: call XNextEvent only when there is data to be read ref. #295bakkeby
2022-08-12Bump to 44adafe.bakkeby
2022-08-07Bump to 5e76e7e.bakkeby
2022-08-03Bump to 5b2e5e7.bakkeby
2022-07-28Bump to 9bffa84: use named parameter for func prototypebakkeby
2022-07-11cleanup: getting rid of unused argument abakkeby
2022-07-11restartsig and cool autostart: moving functionality to the cleanup function r...bakkeby
2022-07-05Adding tagpreview patch (#271)Stein Gunnar Bakkeby
2022-06-20Adding renamed scratchpads patchbakkeby
2022-06-17systray: allow systray icons to survive a restart by handing systray icons ov...bakkeby
2022-06-17restartsig + systray: allow systray icons to survive a restart by not destroy...bakkeby
2022-06-17Porting the seamless restart feature from dusk into dwm-flexipatchbakkeby
2022-06-12unmanage: stop listening for events for unmanaged windowsbakkeby
2022-04-26manage: Make sure c->isfixed is applied before floating checksbakkeby
2022-04-26Revert "manage: For isfloating/oldstate check/set, ensure trans client actual...bakkeby
2022-04-17For all intensive purposes the monitor index is the same as monitor num, thus...bakkeby
2022-04-17Update monitor positions also on removalbakkeby
2022-04-17manage: propertynotify: Reduce cost of unused size hintsbakkeby
2022-03-14manage: For isfloating/oldstate check/set, ensure trans client actually existsbakkeby
2022-03-06Upgrading winicon patch to v2.1 ref. #238bakkeby
2022-02-11Tag-Sync patch (for syncing tags across all monitors) (#219)Bagellll
2022-02-11barpadding: adding vanitygaps variantbakkeby
2022-02-11Adding the isfreesize version of the sizehints patch ref. #229bakkeby
2022-02-11Refactoring restack to allow it to work without having the bar as a reference...bakkeby
2022-02-11Add a configuration option for fullscreen lockingbakkeby
2022-02-11drawbar: Don't expend effort drawing bar if it is occludedbakkeby
2021-12-26Make sure it plays well with pertag patchUtkarsh Verma
2021-12-26Add a new patch to integrate vanity gaps with bar paddingUtkarsh Verma
2021-11-25Adding the one line of bloat that would have saved a lot of time for a lot of...bakkeby
2021-11-23Adding taglabels patch ref. #199bakkeby
2021-11-11onlyquitonempty: fix for compilation error when not using the restart sig pat...bakkeby
2021-10-31onlyquitonempty: refactoring patch to only take client windows intobakkeby
2021-10-25onlyquitonempty + cool_autostart: adding proposed compatibility improvements ...bakkeby
2021-10-25noborder: addressing issue reported in #193bakkeby
2021-09-09Expanding directives ref. #182bakkeby
2021-09-08savefloats: save centered float position for tiled windows when centered or a...bakkeby
2021-09-08Adding alwayscenter patch ref. #182bakkeby
2021-07-27Adding winicon patchbakkeby
2021-06-14use portable macropepper-jelly
2021-06-14sed source files to end with 1 new linepepper-jelly
2021-05-30Renaming VIEW_SAME_TAG_GIVES_PREVIOUS_TAG_PATCH to TOGGLETAG_PATCHbakkeby
2021-05-30Adding togglelayout patchbakkeby
2021-05-21Splitting SchemeHid to SchemeHidNorm and SchemeHidSel given that a hidden cli...bakkeby
2021-05-19vanitygaps: PERTAG_VANITYGAPS_PATCH to control both gaps and whether gaps are...bakkeby
2021-05-19vanitygaps: fix for gaps not being enabled by default when pertag is used ref...bakkeby
2021-05-13fakefullscreen vs fakefullscreenclient compatibility, let fakefullscreen take...bakkeby
2021-05-12toggelfullscreen: addressing focus change issue when exiting fullscreen properlybakkeby
2021-05-06floatpos: allowing window size hints to be updated (this may interfere with w...bakkeby
2021-05-06scratchpad_alt_1: upgrading and simplifying patch ref. #124bakkeby
2021-04-29fakefullscreenclient + stacker: fix for allowing focusstack when client is in...bakkeby