summaryrefslogtreecommitdiffhomepage
path: root/dwm.c
AgeCommit message (Expand)Author
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
2021-04-28Addressing various memory leak issues ref. https://github.com/bakkeby/patches...bakkeby
2021-04-28anybar: misc improvements ref. #118bakkeby
2021-04-27anybar: make sure to free the bar when unmanaging an external bar plus misc i...bakkeby
2021-04-14Upgrading statuscmd patch.bakkeby
2021-04-07Adding xkb patch as per request #111bakkeby
2021-04-05Initialise gaps for pertag arrays when monitor is created ref. #106bakkeby
2021-03-29Upgrading to 67d76b and removing alwaysfullscreen patch as it has been merged...bakkeby
2021-03-09Adding LG3D patchbakkeby
2021-03-09Adding tab patchbakkeby
2021-02-16riodraw: upgrading patch to include rio-spawning of windowsbakkeby
2021-01-22Adding placemouse patchbakkeby
2021-01-22Proposed change to address overly large fake fullscreenbakkeby
2020-11-24noborder: add support for 0 nmaster deck layout ref. #82bakkeby
2020-11-22NetActiveWindow: make sure to unfocus previously selected window if moving to...bakkeby
2020-11-20noborder: Adding partial support for flextile-deluxe monocole layout, ref. #74bakkeby
2020-11-14Rolling back workaround for systray not displaying when designated monitor is...bakkeby
2020-11-06systray: avoid dwm crashing when removing the monitor where the systray is ru...bakkeby
2020-11-05systray: avoid dwm crashing when removing the monitor where the systray is ru...bakkeby
2020-10-26Adding the _NET_CLIENT_LIST_STACKING patchbakkeby
2020-10-19noborder: the recorded height and width of the client should most likely not ...bakkeby
2020-10-11savefloats: disable restoring float position when using movemouse and resizem...bakkeby
2020-10-11savefloats: set the _IS_FLOATING property also when restoring float positionbakkeby
2020-10-10swallow / arrange mismatch: swallow needs XMapWindow for the window being cal...bakkeby
2020-10-10for new clients trigger arrange before XMapWindow to avoid visual glitchesbakkeby
2020-10-06warp: dragmfact + dragcfact compatibilitybakkeby
2020-09-29on_empty_keys: global isempty rather than per-monitorbakkeby
2020-09-29center: minor nitpick for transient windowsbakkeby
2020-09-29Adding on_empty_keys patch ref. #51bakkeby
2020-09-29center: center windows by default if they are placed in the top right corner,...bakkeby
2020-09-28scratchpads: when the scratchpad patch is added, the tagmask is altered, so t...bakkeby
2020-09-28Adding _IS_FLOATING xproperty patch for floating windows ref. #50bakkeby
2020-09-27fixed warp patch for local monitorB4rc1
2020-09-18Adding nomodbuttons patchbakkeby
2020-09-18XKeycodeToKeysym --> XGetKeyboardMapping (XKeycodeToKeysym is allegedly depre...bakkeby
2020-09-16Adding fakefullscreen client rulebakkeby
2020-09-14ignoreconfigurenotifyrequests --> ignoreconfigurerequestsbakkeby
2020-09-13Add logic to ignore ConfigureNotify requests while a window is being moved or...bakkeby
2020-09-13scratchtags: allow moving / resizing scratchtag window to another monitor + m...bakkeby
2020-09-13fakefullscreenclient: setfullscreen logic overhaulbakkeby
2020-09-12swallow: arrange monitor if window is not swallowedbakkeby
2020-09-12fakefullscreen: fullscreen --> fake fullscreen can make the tiled window disp...bakkeby
2020-09-11swallow: no good reason to call arrange if a client window is being swallowedbakkeby
2020-09-11swallow: upgrading to latest version with OpenBSD supportbakkeby
2020-09-11fakefullscreen: do not interfere with client messagebakkeby
2020-09-11swallow: upgrading patch + fixing glitchesbakkeby