summaryrefslogtreecommitdiffhomepage
path: root/dwm.c
AgeCommit message (Collapse)Author
2021-05-30Adding togglelayout patchbakkeby
2021-05-21Splitting SchemeHid to SchemeHidNorm and SchemeHidSel given that a hidden ↵bakkeby
client may still be the selected client ref. #148
2021-05-19vanitygaps: PERTAG_VANITYGAPS_PATCH to control both gaps and whether gaps ↵bakkeby
are enabled per tag ref. #147
2021-05-19vanitygaps: fix for gaps not being enabled by default when pertag is used ↵bakkeby
ref. #147
2021-05-13fakefullscreen vs fakefullscreenclient compatibility, let fakefullscreen ↵bakkeby
take precedence
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 ↵bakkeby
window float positions)
2021-05-06scratchpad_alt_1: upgrading and simplifying patch ref. #124bakkeby
2021-04-29fakefullscreenclient + stacker: fix for allowing focusstack when client is ↵bakkeby
in fake fullscreen (issue introduced by alwaysfullscreen being merged upstream
2021-04-28Addressing various memory leak issues ref. ↵bakkeby
https://github.com/bakkeby/patches/issues/30
2021-04-28anybar: misc improvements ref. #118bakkeby
2021-04-27anybar: make sure to free the bar when unmanaging an external bar plus misc ↵bakkeby
improvements ref. #118
2021-04-14Upgrading statuscmd patch.bakkeby
The original statuscmd patch has been renamed to statuscmd-nosignal to separate the logic from the dwmblocks integration that involves signals. I assume as the latter has become more popular it has replaced the statuscmd in name.
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 ↵bakkeby
merged into mainstream dwm 6.2
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 ↵bakkeby
to another monitor
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 ↵bakkeby
is removed (ref. hotplugging issues)
2020-11-06systray: avoid dwm crashing when removing the monitor where the systray is ↵bakkeby
running (fix ref. #70)
2020-11-05systray: avoid dwm crashing when removing the monitor where the systray is ↵bakkeby
running (hotplugging issues)
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
be changed when noborder is in effect
2020-10-11savefloats: disable restoring float position when using movemouse and ↵bakkeby
resizemouse functions for a more intuitive behaviour
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 ↵bakkeby
called beforehand, whereas arrange needs it called afterwards
2020-10-10for new clients trigger arrange before XMapWindow to avoid visual glitchesbakkeby
2020-10-06warp: dragmfact + dragcfact compatibilitybakkeby
These set of changes introduce: a) a flag to ignore warp from happening while dragmfact or dragcfact is being used and b) a flag to force warp when killclient or showhideclient is used, to make for a more intuitive experience ref. https://github.com/bakkeby/patches/issues/11
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 ↵bakkeby
corner, ref. #52
2020-09-28scratchpads: when the scratchpad patch is added, the tagmask is altered, so ↵bakkeby
to get a window onto all tags you have to do ~SPTAGSMASK instead of ~0 as otherwise it will interfere with the scratchpads, ref. #53
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 ↵bakkeby
deprecated)
2020-09-16Adding fakefullscreen client rulebakkeby
2020-09-14ignoreconfigurenotifyrequests --> ignoreconfigurerequestsbakkeby
2020-09-13Add logic to ignore ConfigureNotify requests while a window is being moved ↵bakkeby
or resized
2020-09-13scratchtags: allow moving / resizing scratchtag window to another monitor + ↵bakkeby
minor comment
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 ↵bakkeby
display on top of floating window