summaryrefslogtreecommitdiffhomepage
path: root/patch/shiftviewclients.c
AgeCommit message (Collapse)Author
2022-07-05Refactoring shift functions ref. #270bakkeby
2022-07-04Adding shifttagclients patch ref. #270bakkeby
2022-06-20Adding renamed scratchpads patchbakkeby
2022-05-08shiftview + scrachpads compatibilityBakkeby
2022-02-11Tag-Sync patch (for syncing tags across all monitors) (#219)Bagellll
* Tag-Sync patch * Major compatibility updates * SWITCHTAG/TAGSYNC compatibility * tagsync: refactoring Co-authored-by: bakkeby <[email protected]>
2021-06-14sed source files to end with 1 new linepepper-jelly
2020-10-29shiftviewclients: fix for another scratchpads edge case ref. ↵bakkeby
https://github.com/bakkeby/patches/issues/12
2020-10-04shiftviewclients: fixed bug when scratchpad is enabledbakkeby
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-06-05shiftviewclients: compatibility changes for scratchpads and scratchpad_alt_1 ↵bakkeby
patches
2020-05-05Adding shiftviewclients filesbakkeby