| Commit message (Expand) | Author | Age |
| * | add media key binds, dmenu PATH wrapper, fix firefox rule | Kumar Damani | 13 days |
| * | switch to default keybinds | Kumar Damani | 2026-08-22 |
| * | restore default borderpx, keep only firefox rule | Kumar Damani | 2026-08-21 |
| * | clean config.h after rebase to 6.8, drop vanitygaps/scratchpad/restartsig | Kumar Damani | 2026-08-21 |
| * | port custom config from old branch | Kumar Damani | 2026-08-21 |
| * | apply pertag patch | Kumar Damani | 2026-08-21 |
| * | apply alwayscenter patch | Kumar Damani | 2026-08-21 |
| * | apply autostart patch | Kumar Damani | 2026-08-21 |
| * | bump version to 6.8 | Hiltjo Posthuma | 2026-01-30 |
| * | dwm: Fix getatomprop regression from heap overflow fix | Chris Down | 2026-01-16 |
| * | bump version to 6.7 | Hiltjo Posthuma | 2026-01-10 |
| * | dwm: Fix heap buffer overflow in getatomprop | Chris Down | 2026-01-10 |
| * | drw.c: drw_scm_free: call free inside | Hiltjo Posthuma | 2025-09-29 |
| * | cleanup schemes and colors | Hiltjo Posthuma | 2025-09-27 |
| * | config: make refreshrate for mouse move/resize a config option | Hiltjo Posthuma | 2025-08-12 |
| * | bump version to 6.6 | Hiltjo Posthuma | 2025-08-09 |
| * | Avoid unsigned integer underflow in drw_text() | Raymond Cole | 2024-10-30 |
| * | util.c: output function might override errno and thus affect perror() | Hiltjo Posthuma | 2024-10-27 |
| * | sync drw.{c,h} from dmenu | Hiltjo Posthuma | 2024-10-05 |
| * | Add missing void to updateclientlist definition | Pontus Stenetorp | 2024-06-08 |
| * | bump version to 6.5 | Hiltjo Posthuma | 2024-03-19 |
| * | Makefile: remove the options target | Hiltjo Posthuma | 2023-09-22 |
| * | restore SIGCHLD sighandler to default before spawning a program | Hiltjo Posthuma | 2023-04-09 |
| * | config.mk: update to _XOPEN_SOURCE=700L | NRK | 2023-02-17 |
| * | Use sigaction(SA_NOCLDWAIT) for SIGCHLD handling | Chris Down | 2023-01-28 |
| * | grabkeys: Avoid missing events when a keysym maps to multiple keycodes | Chris Down | 2022-12-07 |
| * | Revert "Remove dmenumon variable" | Hiltjo Posthuma | 2022-10-28 |
| * | bump version to 6.4 | Hiltjo Posthuma | 2022-10-04 |
| * | remove workaround for a crash with color emojis on some systems, now fixed in... | Hiltjo Posthuma | 2022-09-17 |
| * | Remove dmenumon variable | Stein | 2022-08-28 |
| * | config.def.h: make keys and buttons const | NRK | 2022-08-19 |
| * | Remove blw variable in favour of calculating the value when needed | Stein | 2022-08-17 |
| * | Make floating windows spawn within the monitor's window area | Stein | 2022-08-12 |
| * | Simplify client y-offset correction | Stein | 2022-08-10 |
| * | sync code-style patch from libsl | Hiltjo Posthuma | 2022-08-08 |
| * | code-style: simplify some checks | NRK | 2022-08-06 |
| * | spawn: reduce 2 lines, change fprintf() + perror() + exit() to die("... :") | explosion-mental | 2022-08-02 |
| * | unmanage: stop listening for events for unmanaged windows | Stein | 2022-08-02 |
| * | Revert "do not call signal-unsafe function inside sighanlder" | Hiltjo Posthuma | 2022-07-22 |
| * | do not call signal-unsafe function inside sighanlder | NRK | 2022-07-15 |
| * | use named parameter for func prototype | NRK | 2022-07-15 |
| * | sync latest drw.{c,h} changes from dmenu | Hiltjo Posthuma | 2022-05-10 |
| * | Makefile: add manual path for OpenBSD | Hiltjo Posthuma | 2022-05-01 |
| * | manage: Make sure c->isfixed is applied before floating checks | Chris Down | 2022-04-26 |
| * | LICENSE: add Chris Down | Hiltjo Posthuma | 2022-04-26 |
| * | Revert "manage: For isfloating/oldstate check/set, ensure trans client actual... | Hiltjo Posthuma | 2022-04-26 |
| * | Update monitor positions also on removal | Santtu Lakkala | 2022-04-16 |
| * | manage: propertynotify: Reduce cost of unused size hints | Chris Down | 2022-04-16 |
| * | manage: For isfloating/oldstate check/set, ensure trans client actually exists | Miles Alan | 2022-03-13 |
| * | fix mem leak in cleanup() | NRK | 2022-03-13 |