dwm

my build of dwm
git clone git://git.hanetzok.net/dwm
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2024-12-15 11:33apply vanitygaps patchMarkus Hanetzok3+342-12
2024-12-15 11:13adjust color schemeMarkus Hanetzok1+11-10
2024-12-13 00:42add rule for Epyrus compose windowMarkus Hanetzok1+8-7
2024-12-13 00:31apply tilewide patchMarkus Hanetzok3+112-1
2024-11-27 21:05adjust config.def.hMarkus Hanetzok1+4-4
2024-11-15 14:36"update config.def.h"Markus Hanetzok1+32-25
2024-11-14 22:33apply swallow patchMarkus Hanetzok3+237-13
2024-11-14 22:26apply scratchpads patchMarkus Hanetzok2+64-6
2024-11-14 22:25apply restartsig patchMarkus Hanetzok3+33-0
2024-11-14 22:22apply hidevacanttags patchMarkus Hanetzok1+12-7
2024-11-14 22:19apply fancybar patchMarkus Hanetzok1+36-10
2024-11-14 22:16apply extrabar patchMarkus Hanetzok8+1208-13
2024-11-14 22:15add .gitignoreMarkus Hanetzok1+5-0
2024-10-28 00:34Avoid unsigned integer underflow in drw_text()Raymond Cole1+2-0
2024-10-27 19:10util.c: output function might override errno and thus affect perror()Hiltjo Posthuma1+7-6
2024-10-05 11:01sync drw.{c,h} from dmenuHiltjo Posthuma3+56-60
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
1688 more commits remaining, fetch the repository