summaryrefslogtreecommitdiffhomepage
path: root/patch
AgeCommit message (Collapse)Author
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-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-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-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-27scratchpads: enhancing scratchpad by allowing arbitrary clients to be added ↵bakkeby
to (and removed from) each scratchpad area
2020-09-21minor floating mode fix for setborderpx patchAaron Duxler
2020-09-18Adding nomodbuttons patchbakkeby
2020-09-16Experimenting with having more status indicators than just whether the ↵bakkeby
client is floating or not
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-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
2020-09-11swallow: upgrading to latest version with OpenBSD supportbakkeby
2020-09-11swallow: upgrading patch + fixing glitchesbakkeby
2020-09-10anybar: adding experimental support for having both anybar + dwm bar(s) in playbakkeby
2020-09-10anybar: initial commitbakkeby
2020-09-10fakefullscreen: prevent focus from drifting away from client when going from ↵bakkeby
fullscreen to fake fullscreen
2020-09-09Just some minor changes adding bar border patch ref. #41bakkeby
2020-09-08ipc: adding function/signal bindingsbakkeby
2020-09-08Adding IPC v1.5.5 patchbakkeby
2020-09-07Adding IPC v1.5.5 patchbakkeby
2020-09-07systray may not always existbakkeby
2020-09-07Scratchpads improvement (multi-monitor support)bakkeby
2020-09-05showhideclient: focus on client after coming out of hidden/iconic statebakkeby
2020-09-05Assortment of fullscreen improvementsbakkeby
2020-09-05Assortment of fullscreen improvementsbakkeby
2020-09-05Assortment of fullscreen improvements (togglefullscreen / ↵bakkeby
fakefullscreenclient / tagallmon / tagswapmon)
2020-09-05Adding view same tag gives previous tag patchbakkeby
2020-09-04awesomebar: correct centeredwindowname checkbakkeby
2020-08-30Silly addendum: adding box indicator just to inspire some ideasbakkeby
2020-08-30Silly addendum: adding box indicator just to inspire some ideasbakkeby
2020-08-30indicator bottom bar should probably be filled depending on whether the tag ↵bakkeby
is selected or not
2020-08-30Added slim variants for the bar indicatorsbakkeby
2020-08-28indicators: Adding the NONE indicator to disable e.g. indicators for tagsbakkeby
2020-08-28floatpos: Adding m option to spawn floating clients where the mouse pointer isbakkeby
2020-08-28Adding tdukv's addition to the status2d patch - allowing pywal to control ↵bakkeby
the status colours via terminal colors
2020-08-27flexwintitle: allow flexwintitle to control window bordersbakkeby
2020-08-27setborderpx compatibility improvementsbakkeby
2020-08-27Adding aspectresize patchbakkeby
2020-08-27Add the following tags for the status2d patch: ^w^ -bakkeby
Swaps bg/fg color. ^v^ - Saves the current fg/bg color. ^t^ - Restores the previously saved bg/fg color. As proposed by tdu to [email protected].
2020-08-27Minor refactoring of warp and fullscreen patches, getting rid of ↵bakkeby
MONOCLE_LAYOUT_POS setting
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-24Identified and fixed a few more cross-compilation issuesbakkeby