2023-06-15 03:47 | update README | Randy Palamar | 2 | +47 | -48 |
2023-07-16 16:17 | add personal config.h | Randy Palamar | 2 | +228 | -1 |
2022-05-07 21:59 | add functions for cycling between layouts | Hiltjo Posthuma | 3 | +42 | -3 |
2023-06-15 03:43 | sync dwm.1 and config.def.h with changes in this repo | Randy Palamar | 2 | +72 | -19 |
2023-07-16 16:15 | drw.c: hack to avoid extra spaces from ctrl chars | Randy Palamar | 1 | +5 | -1 |
2022-03-22 07:15 | enable colored text in the status bar | dan soucy | 2 | +28 | -4 |
2023-06-15 03:38 | import modified vanitygaps patch | Randy Palamar | 4 | +499 | -35 |
2020-04-14 21:31 | Multiple scratchpads | Christian Tenllado | 2 | +58 | -5 |
2021-07-14 20:25 | update fakefullscreen with the ideas from the lockfullscreen commit | Randy Palamar | 2 | +2 | -3 |
2014-06-07 09:40 | prevent displaying vacant tags on the bar | Ondřej Grover | 1 | +13 | -8 |
2021-03-07 20:13 | stop clients from ending up in limbo from fakefullscreen | Randy Palamar | 1 | +3 | -5 |
2021-02-14 06:07 | add a command/keybind to fullscreen any window | Randy Palamar | 2 | +13 | -4 |
2021-02-13 23:00 | convert the bars padding amount to a variable | Randy Palamar | 2 | +2 | -1 |
2021-02-13 22:42 | add fake fullscreen back in with a keybind to toggle | Randy Palamar | 2 | +22 | -4 |
2024-10-27 19:10 | util.c: output function might override errno and thus affect perror() | Hiltjo Posthuma | 1 | +7 | -6 |
2024-10-05 11:01 | sync drw.{c,h} from dmenu | Hiltjo Posthuma | 3 | +56 | -60 |
2024-06-08 10:36 | Add missing void to updateclientlist definition | Pontus Stenetorp | 1 | +1 | -1 |
2024-03-19 11:13 | bump version to 6.5 | Hiltjo Posthuma | 1 | +1 | -1 |
2023-09-22 13:13 | Makefile: remove the options target | Hiltjo Posthuma | 1 | +2 | -8 |
2023-04-09 10:37 | restore SIGCHLD sighandler to default before spawning a program | Hiltjo Posthuma | 1 | +8 | -0 |
2023-02-17 05:05 | config.mk: update to _XOPEN_SOURCE=700L | NRK | 1 | +1 | -1 |
2023-01-28 11:53 | Use sigaction(SA_NOCLDWAIT) for SIGCHLD handling | Chris Down | 1 | +9 | -11 |
2022-12-07 14:55 | grabkeys: Avoid missing events when a keysym maps to multiple keycodes | Chris Down | 1 | +17 | -7 |
2022-10-28 14:37 | Revert "Remove dmenumon variable" | Hiltjo Posthuma | 2 | +4 | -1 |
2022-10-04 17:35 | bump version to 6.4 | Hiltjo Posthuma | 1 | +1 | -1 |
2022-09-16 21:06 | remove workaround for a crash with color emojis on some systems, now fixed in libXft 2.3.5 | Hiltjo Posthuma | 1 | +0 | -14 |
2022-08-26 12:48 | Remove dmenumon variable | Stein | 2 | +1 | -4 |
2022-08-18 16:13 | config.def.h: make keys and buttons const | NRK | 1 | +2 | -2 |
2022-08-15 12:31 | Remove blw variable in favour of calculating the value when needed | Stein | 1 | +3 | -3 |
2022-08-11 09:15 | Make floating windows spawn within the monitor's window area | Stein | 1 | +5 | -5 |
2022-08-09 08:38 | Simplify client y-offset correction | Stein | 1 | +1 | -3 |
2022-08-08 08:43 | sync code-style patch from libsl | Hiltjo Posthuma | 1 | +12 | -11 |
2022-08-05 22:27 | code-style: simplify some checks | NRK | 1 | +8 | -15 |
2022-07-29 23:26 | spawn: reduce 2 lines, change fprintf() + perror() + exit() to die("... :") | explosion-mental | 1 | +1 | -3 |
2022-08-01 09:42 | unmanage: stop listening for events for unmanaged windows | Stein | 1 | +1 | -0 |
2022-07-22 07:18 | Revert "do not call signal-unsafe function inside sighanlder" | Hiltjo Posthuma | 1 | +2 | -2 |
2022-07-14 01:26 | do not call signal-unsafe function inside sighanlder | NRK | 1 | +2 | -2 |
2022-07-14 01:27 | use named parameter for func prototype | NRK | 1 | +2 | -2 |
2022-05-10 17:07 | sync latest drw.{c,h} changes from dmenu | Hiltjo Posthuma | 2 | +59 | -30 |
2022-05-01 16:37 | Makefile: add manual path for OpenBSD | Hiltjo Posthuma | 1 | +1 | -0 |
2022-04-26 08:42 | manage: Make sure c->isfixed is applied before floating checks | Chris Down | 1 | +1 | -0 |
2022-04-26 13:50 | LICENSE: add Chris Down | Hiltjo Posthuma | 1 | +1 | -0 |
2022-04-26 08:30 | Revert "manage: For isfloating/oldstate check/set, ensure trans client actually exists" | Hiltjo Posthuma | 1 | +1 | -1 |
2022-02-21 14:58 | Update monitor positions also on removal | Santtu Lakkala | 1 | +34 | -34 |
2022-03-17 15:56 | manage: propertynotify: Reduce cost of unused size hints | Chris Down | 1 | +5 | -3 |
2022-02-21 06:10 | manage: For isfloating/oldstate check/set, ensure trans client actually exists | Miles Alan | 1 | +1 | -1 |
2022-03-11 14:40 | fix mem leak in cleanup() | NRK | 1 | +1 | -0 |
2022-01-07 11:39 | bump version to 6.3 | Hiltjo Posthuma | 1 | +1 | -1 |
2021-12-18 16:58 | drawbar: Don't expend effort drawing bar if it is occluded | Chris Down | 1 | +3 | -0 |
2021-08-20 21:09 | Revert "Improve speed of drw_text when provided with large strings" | Hiltjo Posthuma | 1 | +2 | -5 |
| 1688 more commits remaining, fetch the repository |