dwm

personal fork of dwm (rnpnr branch)
git clone anongit@rnpnr.xyz:dwm.git
Log | Files | Refs | Feed | README | LICENSE

DateCommit messageAuthorFiles+-
2023-06-15 03:47update READMERandy Palamar2+47-48
2023-07-16 16:17add personal config.hRandy Palamar1+226-0
2022-05-07 21:59add functions for cycling between layoutsHiltjo Posthuma3+42-3
2023-06-15 03:43sync dwm.1 and config.def.h with changes in this repoRandy Palamar2+72-19
2023-07-16 16:15drw.c: hack to avoid extra spaces from ctrl charsRandy Palamar1+5-1
2022-03-22 07:15enable colored text in the status bardan soucy2+28-4
2023-06-15 03:38import modified vanitygaps patchRandy Palamar4+499-35
2020-04-14 21:31Multiple scratchpadsChristian Tenllado2+58-5
2021-07-14 20:25update fakefullscreen with the ideas from the lockfullscreen commitRandy Palamar2+2-3
2014-06-07 09:40prevent displaying vacant tags on the barOndřej Grover1+13-8
2021-03-07 20:13stop clients from ending up in limbo from fakefullscreenRandy Palamar1+3-5
2021-02-14 06:07add a command/keybind to fullscreen any windowRandy Palamar2+13-4
2021-02-13 23:00convert the bars padding amount to a variableRandy Palamar2+2-1
2021-02-13 22:42add fake fullscreen back in with a keybind to toggleRandy Palamar2+22-4
2024-06-08 10:36Add missing void to updateclientlist definitionPontus Stenetorp1+1-1
2024-03-19 11:13bump version to 6.5Hiltjo Posthuma1+1-1
2023-09-22 13:13Makefile: remove the options targetHiltjo Posthuma1+2-8
2023-04-09 10:37restore SIGCHLD sighandler to default before spawning a programHiltjo Posthuma1+8-0
2023-02-17 05:05config.mk: update to _XOPEN_SOURCE=700LNRK1+1-1
2023-01-28 11:53Use sigaction(SA_NOCLDWAIT) for SIGCHLD handlingChris Down1+9-11
2022-12-07 14:55grabkeys: Avoid missing events when a keysym maps to multiple keycodesChris Down1+17-7
2022-10-28 14:37Revert "Remove dmenumon variable"Hiltjo Posthuma2+4-1
2022-10-04 17:35bump version to 6.4Hiltjo Posthuma1+1-1
2022-09-16 21:06remove workaround for a crash with color emojis on some systems, now fixed in libXft 2.3.5Hiltjo Posthuma1+0-14
2022-08-26 12:48Remove dmenumon variableStein2+1-4
2022-08-18 16:13config.def.h: make keys and buttons constNRK1+2-2
2022-08-15 12:31Remove blw variable in favour of calculating the value when neededStein1+3-3
2022-08-11 09:15Make floating windows spawn within the monitor's window areaStein1+5-5
2022-08-09 08:38Simplify client y-offset correctionStein1+1-3
2022-08-08 08:43sync code-style patch from libslHiltjo Posthuma1+12-11
2022-08-05 22:27code-style: simplify some checksNRK1+8-15
2022-07-29 23:26spawn: reduce 2 lines, change fprintf() + perror() + exit() to die("... :")explosion-mental1+1-3
2022-08-01 09:42unmanage: stop listening for events for unmanaged windowsStein1+1-0
2022-07-22 07:18Revert "do not call signal-unsafe function inside sighanlder"Hiltjo Posthuma1+2-2
2022-07-14 01:26do not call signal-unsafe function inside sighanlderNRK1+2-2
2022-07-14 01:27use named parameter for func prototypeNRK1+2-2
2022-05-10 17:07sync latest drw.{c,h} changes from dmenuHiltjo Posthuma2+59-30
2022-05-01 16:37Makefile: add manual path for OpenBSDHiltjo Posthuma1+1-0
2022-04-26 08:42manage: Make sure c->isfixed is applied before floating checksChris Down1+1-0
2022-04-26 13:50LICENSE: add Chris DownHiltjo Posthuma1+1-0
2022-04-26 08:30Revert "manage: For isfloating/oldstate check/set, ensure trans client actually exists"Hiltjo Posthuma1+1-1
2022-02-21 14:58Update monitor positions also on removalSanttu Lakkala1+34-34
2022-03-17 15:56manage: propertynotify: Reduce cost of unused size hintsChris Down1+5-3
2022-02-21 06:10manage: For isfloating/oldstate check/set, ensure trans client actually existsMiles Alan1+1-1
2022-03-11 14:40fix mem leak in cleanup()NRK1+1-0
2022-01-07 11:39bump version to 6.3Hiltjo Posthuma1+1-1
2021-12-18 16:58drawbar: Don't expend effort drawing bar if it is occludedChris Down1+3-0
2021-08-20 21:09Revert "Improve speed of drw_text when provided with large strings"Hiltjo Posthuma1+2-5
2021-08-09 16:24Improve speed of drw_text when provided with large stringsMiles Alan1+5-2
2021-07-12 21:44Add a configuration option for fullscreen lockingQuentin Rameau2+2-1
1686 more commits remaining, fetch the repository