summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2020-11-06systray: avoid dwm crashing when removing the monitor where the systray is ↵bakkeby
running (fix ref. #70)
2020-11-06ipc patch: avoid segmentation fault running dwm-msg without any argumentsbakkeby
2020-11-05indicators: too wide (full) indicators when using awesombar and fancybar, ↵bakkeby
ref. #69
2020-11-05Adding tiled indicators as suggested in #68bakkeby
2020-11-05systray: avoid dwm crashing when removing the monitor where the systray is ↵bakkeby
running (hotplugging issues)
2020-10-29shiftviewclients: fix for another scratchpads edge case ref. ↵bakkeby
https://github.com/bakkeby/patches/issues/12
2020-10-26Adding the _NET_CLIENT_LIST_STACKING patchbakkeby
2020-10-24Proposed changes to ensure that systray icons are sized according to font ↵bakkeby
size rather than bar height, ref. #62
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-18transfer: Fix null pointer exception when no focused clientbakkeby
2020-10-18Adding _PATCH prefixes (fix for ↵bakkeby
https://github.com/bakkeby/flexipatch-finalizer/issues/6)
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-11swallow: set the _IS_FLOATING property for the floating window if EWMH patch ↵bakkeby
is enabled
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: do not warp if force_warp = 1 and mouse cursor is on a barbakkeby
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-10-04mpdcontrol: fixing typo, mpd (music player daemon), not mdpbakkeby
2020-10-04Removing dud RESETLAYOUT_PATCH from patches.def.h, actual patch was never takenbakkeby
2020-10-04setborderpx: add support for updating bar borderpxbakkeby
2020-10-04shiftview: fixed bug when scratchpad is enabledbakkeby
2020-10-04shiftviewclients: fixed bug when scratchpad is enabledbakkeby
2020-10-04bar indicators: fixed alignment when bar border is usedbakkeby
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-28Added note about ~SPTAGMASK in patches.def.h ref. #53bakkeby
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-27Merge pull request #49 into master (fix warp patch)bakkeby
2020-09-27warp: do not warp if mouse cursor is on top of any of the barsbakkeby
2020-09-27fixed warp patch for other monitorB4rc1
2020-09-27fixed warp patch for local monitorB4rc1
2020-09-27scratchpads: enhancing scratchpad by allowing arbitrary clients to be added ↵bakkeby
to (and removed from) each scratchpad area
2020-09-26scratchpads: enhancing scratchpad by allowing arbitrary clients to be added ↵bakkeby
to (and removed from) each scratchpad area
2020-09-21Merge pull request #46 from Schueni1/masterStein Gunnar Bakkeby
minor floating mode fix for setborderpx patch
2020-09-21setborderpx fix link in changelogAaron Duxler
2020-09-21minor floating mode fix for setborderpx patchAaron Duxler
2020-09-20bartabgroups + monocle change to default configurationbakkeby
2020-09-18Adding nomodbuttons patchbakkeby
2020-09-18XKeycodeToKeysym --> XGetKeyboardMapping (XKeycodeToKeysym is allegedly ↵bakkeby
deprecated)
2020-09-16Experimenting with having more status indicators than just whether the ↵bakkeby
client is floating or not
2020-09-16Adding fakefullscreen client rulebakkeby
2020-09-14scratchpads: allow a hidden scratchpad to be revealed when toggling scratch ↵bakkeby
and reduce size of window if too large to be displayed when switching monitors
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