summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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: no good reason to call arrange if a client window is being swallowedbakkeby
2020-09-11ipc: config.mk correctionsbakkeby
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
2020-09-10fakefullscreen: prevent focus from drifting away from client when going from ↵bakkeby
fullscreen to fake fullscreen
2020-09-10anybar: adding experimental support for having both anybar + dwm bar(s) in playbakkeby
2020-09-10anybar: initial commitbakkeby
2020-09-10barmodules: skip if widthfunc is NULLbakkeby
2020-09-10Adding FreeBSD notebakkeby
2020-09-10barmodules: skip if widthfunc is NULLbakkeby
2020-09-10fakefullscreen: prevent focus from drifting away from client when going from ↵bakkeby
fullscreen to fake fullscreen
2020-09-10Removing NULL value from barrulesbakkeby
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-07systray may not exist when a clientmessage is received, resulting in dwm crashbakkeby
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 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-30Making warp preprocessor directive easier for flexipatch-finalizer to understandbakkeby
2020-08-29taggrid: remove unused configuration optionsbakkeby
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-27Adding colorbar (implicit integration)bakkeby
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
2020-08-24Identified and fixed a few more cross-compilation issues related to prior ↵bakkeby
refactoring / simplification
2020-08-23Fixing wintitle and a few warning messages ref. #37bakkeby
2020-08-23Fixing warp barmodules compatibility ref. #37bakkeby
2020-08-22Simplified Pango integration by settling on common function signatures.bakkeby