summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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
2020-08-22Simplified Pango integration by settling on common function signatures.bakkeby
2020-08-22Simplified Pango integration by settling on common function signatures.bakkeby
2020-08-22Added clientindicators patch and unified and simplified indicator code. ↵bakkeby
Enabled centeredwindowname option for awesomebar and bartabgroups patches.
2020-08-22Added clientindicators patch and unified and simplified indicator code. ↵bakkeby
Enabled centeredwindowname option for awesomebar and bartabgroups patches.
2020-08-22Added logic to auto-hide bars if nothing is drawn on them (e.g. for ↵bakkeby
standalone bars that only show certain clients)
2020-08-22Added zoomfloating patch. Changed zoom and togglefloating functions to use c ↵bakkeby
rather than selmon->sel.
2020-08-22Added zoomfloating patch. Changed zoom and togglefloating functions to use c ↵bakkeby
rather than selmon->sel.
2020-08-22Added logic to auto-hide bars if nothing is drawn on them (e.g. for ↵bakkeby
standalone bars that only show certain clients)
2020-08-21Simplification of color configuration; settling on a set of color schemes ↵bakkeby
that is shared between multiple patches (urgentborder, floatborder and titlecolor patches made non-optional)
2020-08-20Refactoring and simplifying color configuration in config.hbakkeby
This involves always having configuration for floating border, regardless of whether it is used or not. Also permanently dropping the const expectation for color configuration in dwm, so that vtcolors and xrdb patches can change color configuration.
2020-08-20losefullscreen: minor improvements to keep fullscreen while moving focus to ↵bakkeby
another monitor
2020-08-20Adding experimental flexwintitle patch based on bartabgroupsbakkeby
2020-08-20dragmfact: minor if / else if correction if one is not using the flextile ↵bakkeby
deluxe layout
2020-08-15bartabgroups: adding guard for missing wintitleactions patch, just to align ↵bakkeby
with patch
2020-08-15bartabgroups: grouped floating and hidden windows, added stack, float and ↵bakkeby
hidden group weights