summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* scratchpadSkullheadx2026-05-013-2/+111
* detailed layout nameSkullheadx2026-05-011-3/+3
* change font size for dmenu and dwmSkullheadx2026-05-011-2/+2
* create config, adjust appearanceSkullheadx2026-04-291-0/+117
* add flakeSkullheadx2026-04-293-0/+64
* buttonpress: fix status text click area mismatchRuben Gonzalez2026-03-131-1/+1
* sendmon: resize fullscreen windows to target monitorRuben Gonzalez2026-03-101-0/+2
* more overflow fix in getatomprop()NRK2026-02-201-4/+4
* getstate: fix access type and remove redundant castNRK2026-02-201-3/+3
* fix not updating _NET_ACTIVE_WINDOWNRK2026-02-131-5/+3
* bump version to 6.8Hiltjo Posthuma2026-01-301-1/+1
* dwm: Fix getatomprop regression from heap overflow fixChris Down2026-01-161-3/+3
* bump version to 6.7Hiltjo Posthuma2026-01-102-2/+2
* dwm: Fix heap buffer overflow in getatompropChris Down2026-01-101-1/+2
* drw.c: drw_scm_free: call free insideHiltjo Posthuma2025-09-292-3/+2
* cleanup schemes and colorsHiltjo Posthuma2025-09-273-4/+30
* config: make refreshrate for mouse move/resize a config optionHiltjo Posthuma2025-08-122-2/+3
* bump version to 6.6Hiltjo Posthuma2025-08-091-1/+1
* Avoid unsigned integer underflow in drw_text()Raymond Cole2024-10-301-0/+2
* util.c: output function might override errno and thus affect perror()Hiltjo Posthuma2024-10-271-6/+7
* sync drw.{c,h} from dmenuHiltjo Posthuma2024-10-053-59/+55
* Add missing void to updateclientlist definitionPontus Stenetorp2024-06-081-1/+1
* bump version to 6.5Hiltjo Posthuma2024-03-191-1/+1
* Makefile: remove the options targetHiltjo Posthuma2023-09-221-8/+2
* restore SIGCHLD sighandler to default before spawning a programHiltjo Posthuma2023-04-091-0/+8
* config.mk: update to _XOPEN_SOURCE=700LNRK2023-02-171-1/+1
* Use sigaction(SA_NOCLDWAIT) for SIGCHLD handlingChris Down2023-01-281-11/+9
* grabkeys: Avoid missing events when a keysym maps to multiple keycodesChris Down2022-12-071-7/+17
* Revert "Remove dmenumon variable"Hiltjo Posthuma2022-10-282-1/+4
* bump version to 6.4Hiltjo Posthuma2022-10-041-1/+1
* remove workaround for a crash with color emojis on some systems, now fixed in...Hiltjo Posthuma2022-09-171-14/+0
* Remove dmenumon variableStein2022-08-282-4/+1
* config.def.h: make keys and buttons constNRK2022-08-191-2/+2
* Remove blw variable in favour of calculating the value when neededStein2022-08-171-3/+3
* Make floating windows spawn within the monitor's window areaStein2022-08-121-5/+5
* Simplify client y-offset correctionStein2022-08-101-3/+1
* sync code-style patch from libslHiltjo Posthuma2022-08-081-11/+12
* code-style: simplify some checksNRK2022-08-061-15/+8
* spawn: reduce 2 lines, change fprintf() + perror() + exit() to die("... :")explosion-mental2022-08-021-3/+1
* unmanage: stop listening for events for unmanaged windowsStein2022-08-021-0/+1
* Revert "do not call signal-unsafe function inside sighanlder"Hiltjo Posthuma2022-07-221-2/+2
* do not call signal-unsafe function inside sighanlderNRK2022-07-151-2/+2
* use named parameter for func prototypeNRK2022-07-151-2/+2
* sync latest drw.{c,h} changes from dmenuHiltjo Posthuma2022-05-102-30/+59
* Makefile: add manual path for OpenBSDHiltjo Posthuma2022-05-011-0/+1
* manage: Make sure c->isfixed is applied before floating checksChris Down2022-04-261-0/+1
* LICENSE: add Chris DownHiltjo Posthuma2022-04-261-0/+1
* Revert "manage: For isfloating/oldstate check/set, ensure trans client actual...Hiltjo Posthuma2022-04-261-1/+1
* Update monitor positions also on removalSanttu Lakkala2022-04-161-34/+34
* manage: propertynotify: Reduce cost of unused size hintsChris Down2022-04-161-3/+5