| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-22 | Adding fix for attachbottom patch | bakkeby | |
| 2020-04-16 | [dwm][PATCH] statuscolors, fix status text width computation | bakkeby | |
| This is an updated version of the statuscolors patch that fixes the computation of the text width. The previous version of the patch inculded all the byte codes that are used to select the color schemes when computing the width, obaining a width that is larger than the real width. This patch fixes that by adding up the widths of the individual chunks, separated by the codes that select the color schemes. | |||
| 2020-04-16 | [dwm][PATCH] Multiple scratchpads | bakkeby | |
| This patch enables multiple scratchpads, each with one assigned window. This enables the same scratchpad workflow that you have in i3. Scratchpads are implemented as special tags, whose mask does not apply to new spawned windows. To assign a window to a scratchpad you have to set up a rule, as you do with regular tags. Windows tagged with scratchpad tags can be set floating or not in the rules array. Most users would probably want them floating (i3 style), but having them tiled does also perfectly work and might fit better the DWM approach. In case they are set floating, the patch moves them to the center of the screen whenever the are shown. The patch can easily be modified to make this last feature configurable in the rules array (see the center patch). The togglescratch function, borrowed from the previous scratchpad patch and slightly modified, can be used to spawn a registered scratchpad process or toggle its view. This function looks for a window tagged on the selected scratchpad. If it is found its view is toggled. If it is not found the corresponding registered command is spawned. The config.def.h shows three examples of its use to spawn a terminal in the first scratchpad tag, a second terminal running ranger on the second scratchpad tag and the keepassxc application to manage passwords on a third scratchpad tag. If you prefer to spawn your scratchpad applications from the startup script, you might opt for binding keys to toggleview instead, as scratchpads are just special tags (you may even extend the TAGKEYS macro to generalize the key bindings). | |||
| 2020-04-13 | Adding statuscmd patch ref. #23 | bakkeby | |
| 2020-03-31 | dragcfact and dragmfact improvements | bakkeby | |
| 2020-03-31 | Adding rounded corners patch | bakkeby | |
| 2020-03-29 | [dwm][patch] holdbar: fixed flickering caused by repeated key events | bakkeby | |
| 2020-03-29 | Making flextile gridmode pixel perfect | bakkeby | |
| 2020-03-28 | Adding two new variants of gappless grid to flextile as well as making ↵ | bakkeby | |
| horizgrid pixel perfect | |||
| 2020-03-27 | Adding revamped dragmfact patch ref. #19 | bakkeby | |
| 2020-03-25 | dragcfact - if the window is floating, then fall back to resizing the window ↵ | bakkeby | |
| rather than doing nothing, #19 | |||
| 2020-03-25 | Adding dragcfact patch, ref. #19 | bakkeby | |
| 2020-03-24 | Removing workaround to ensure that floating master stays on top, ref. #20 | bakkeby | |
| 2020-03-23 | Removing unwanted and forgotten debug line ref. #20 | bakkeby | |
| 2020-03-23 | Bug failing to close the last window using the centered floating master ↵ | bakkeby | |
| layout, ref. #20 | |||
| 2020-03-23 | Styling | bakkeby | |
| 2020-03-23 | Adding stacker patch as requested ref. #17 | bakkeby | |
| 2020-03-22 | Replacing SchemeSel background for systray with that of SchemeNorm | bakkeby | |
| 2020-03-22 | Alternative fix which is more in line with the original diff, ref. #18 | bakkeby | |
| 2020-03-22 | Fix broken client when using systray without the alpha patch, ref. #18 | bakkeby | |
| 2020-03-21 | Fixing bugs in relation to #12 | bakkeby | |
| 2020-03-20 | FAKEFULLSCREEN_PATCH takes precedence over the FAKEFULLSCREEN_CLIENT_PATCH, ↵ | bakkeby | |
| ref. #13 | |||
| 2020-03-20 | Rewording slave --> stack | bakkeby | |
| 2020-03-20 | Layouts - re-distributing remaining pixels after even split to address #12 | bakkeby | |
| 2020-03-07 | Fix for 0 nmaster for tile layout | bakkeby | |
| 2020-03-07 | Adding option to enable gaps for monocle layout, ref. issue #11 | bakkeby | |
| 2020-03-07 | Pertag togglegaps change ref. issue #11 | bakkeby | |
| 2020-02-11 | Adding vtcolors patch | bakkeby | |
| 2020-02-11 | Adding swaptags patch | bakkeby | |
| 2020-02-09 | Fix for systray flickering ref. #9 | bakkeby | |
| 2020-02-09 | Feature request to add alternative scratchpad patch by Gaspar Vardanyan ref. #8 | bakkeby | |
| 2020-02-09 | Fix systray position when barpadding patch is enabled, ref. #9 | bakkeby | |
| 2020-02-02 | Adding transferall patch | bakkeby | |
| 2020-02-02 | Adding fsignal patch and moved dwmc signal settings to config.def.h | bakkeby | |
| 2020-01-30 | Fix for undefined reference to getgaps when using only nrowgrid layout with ↵ | bakkeby | |
| vanitygaps | |||
| 2020-01-30 | Fix for undefined reference to getgaps when using only centeredmaster layout | bakkeby | |
| 2020-01-29 | Added shiftview patch | bakkeby | |
| 2020-01-29 | Correcting warnings ref. #4 | bakkeby | |
| 2020-01-29 | Adding swapfocus patch | bakkeby | |
| 2020-01-26 | Adding transfer patch | bakkeby | |
| 2020-01-24 | Holdbar compatibility with barpadding, extrabar and statuspadding. | bakkeby | |
| 2020-01-17 | Adding inplacerotate patch | bakkeby | |
| 2020-01-15 | Fixes for missleading variable? #2 | bakkeby | |
| 2019-11-22 | Adding improvement to the fakefullscreenclient exiting out of proper ↵ | bakkeby | |
| fullscreen into tiled fullscreen | |||
| 2019-11-21 | Adding fakefullscreeenclient patch | bakkeby | |
| 2019-11-21 | Tidying style | bakkeby | |
| 2019-11-04 | Addressed some conflicts between CMDCUSTOMIZE and NODMENU patches as well as ↵ | bakkeby | |
| between EXRESIZE and MAXIMIZE patches | |||
| 2019-10-24 | Adding exresize patch | bakkeby | |
| 2019-10-24 | Adding swallow patch | bakkeby | |
| 2019-10-16 | Adding note about flexipatch-finalizer | bakkeby | |
