| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-28 | scratchpads: 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-26 | scratchpads: enhancing scratchpad by allowing arbitrary clients to be added ↵ | bakkeby | |
| to (and removed from) each scratchpad area | |||
| 2020-09-20 | bartabgroups + monocle change to default configuration | bakkeby | |
| 2020-09-18 | Adding nomodbuttons patch | bakkeby | |
| 2020-09-16 | Experimenting with having more status indicators than just whether the ↵ | bakkeby | |
| client is floating or not | |||
| 2020-09-11 | swallow: upgrading patch + fixing glitches | bakkeby | |
| 2020-09-10 | anybar: initial commit | bakkeby | |
| 2020-09-10 | Removing NULL value from barrules | bakkeby | |
| 2020-09-09 | Just some minor changes adding bar border patch ref. #41 | bakkeby | |
| 2020-09-08 | ipc: adding function/signal bindings | bakkeby | |
| 2020-09-07 | Adding IPC v1.5.5 patch | bakkeby | |
| 2020-08-29 | taggrid: remove unused configuration options | bakkeby | |
| 2020-08-27 | flexwintitle: allow flexwintitle to control window borders | bakkeby | |
| 2020-08-27 | Adding aspectresize patch | bakkeby | |
| 2020-08-27 | Minor refactoring of warp and fullscreen patches, getting rid of ↵ | bakkeby | |
| MONOCLE_LAYOUT_POS setting | |||
| 2020-08-25 | Added 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-23 | Fixing wintitle and a few warning messages ref. #37 | bakkeby | |
| 2020-08-22 | Added clientindicators patch and unified and simplified indicator code. ↵ | bakkeby | |
| Enabled centeredwindowname option for awesomebar and bartabgroups patches. | |||
| 2020-08-21 | Simplification 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-20 | Refactoring and simplifying color configuration in config.h | bakkeby | |
| 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-20 | Adding experimental flexwintitle patch based on bartabgroups | bakkeby | |
| 2020-08-13 | Adding bartabgroups patch | bakkeby | |
| 2020-08-11 | Adding focusmaster patch | bakkeby | |
| 2020-08-11 | Adding decoration hints patch | bakkeby | |
| 2020-08-10 | Adding insets patch | bakkeby | |
| 2020-08-10 | Adding cool autostart patch | bakkeby | |
| 2020-08-10 | autostart: moving configs to config.def.h | bakkeby | |
| 2020-08-02 | Adding reorganizetags patch | bakkeby | |
| 2020-07-24 | Adding statuscolors default config for powerline status patch | bakkeby | |
| 2020-07-19 | Adding powerline patch | bakkeby | |
| 2020-07-18 | Extrabar --> extrastatus | bakkeby | |
| 2020-07-18 | Refinement | bakkeby | |
| 2020-07-15 | Major refactoring in preparation for bar modules | bakkeby | |
| 2020-07-08 | staticstatus + extrabar: Allow extrabar to be static on a monitor other than ↵ | bakkeby | |
| that of the main staticstatus monitor | |||
| 2020-07-07 | Extrabar alignment, buttonclicks and other improvements | bakkeby | |
| 2020-06-24 | Adding statusbutton patch ref. #33 | bakkeby | |
| 2020-06-23 | floatpos: refactoring | bakkeby | |
| 2020-06-21 | Adding bar_height patch | bakkeby | |
| 2020-06-21 | setborderpx correction | bakkeby | |
| 2020-06-21 | Adding floatpos patch. | bakkeby | |
| 2020-06-21 | Tidy following tagothermonitor merge | bakkeby | |
| 2020-06-19 | Adding tagothermonitor patch | matt | |
| 2020-06-15 | Default example config should use .isfloating not .floating, could also use ↵ | bakkeby | |
| the FLOATING macro | |||
| 2020-06-15 | Default example config should use .isfloating not .floating, could also use ↵ | bakkeby | |
| the FLOATING macro | |||
| 2020-06-15 | Rule macro improvements + rule macro helper macros | bakkeby | |
| 2020-06-15 | Make EWMH windows float | bakkeby | |
| Move updatewindowtype() functionality into applyrules(), and also make following EWMH windows float: DIALOG, UTILITY, TOOLBAR, SPLASH. This is taking the proposed patch to add window type to the rule matching options for dwm, allowing dialog, utility, toolbar and splash windows to be configured to float by default. This patch is intended to be merged into the main dwm build. In effect the intermediate EWMH_WINDOWS_FLOAT_PATCH has also been removed. | |||
| 2020-06-14 | Added RULE macro to replace rules setup making the default config less of an ↵ | bakkeby | |
| abomination and making it simpler to include new rules based patches | |||
| 2020-06-11 | Adding pango patch (ref. #10) | bakkeby | |
| Text from original patch: Using pango markup for status text Use a single font. Removed some code utf8 code from drw. Created for pango 1.44. Older versions might not have getter for font height, ascent + descent can be used instead. All texts are rendered with pango but only status is with markup. Increased stext size (in case a lot of markup is used). MIN/MAX is already defined (didn't redefine them). | |||
| 2020-06-10 | Adding staticstatus patch | bakkeby | |
| 2020-06-05 | Renamed SCRATCHPAD_PATCH --> SCRATCHPADS_PATCH to match the naming of the ↵ | bakkeby | |
| suckless patches as the multiple scratchpads patch has its own location now | |||
