Hash Subject Author Age
614dba01 feat: added movestack Steve Simkins 2025-11-09
9d2636a0 chore: updated config Steve Simkins 2025-11-09
7c3abae4 drw.c: drw_scm_free: call free inside Hiltjo Posthuma 2025-09-29
93f26863 cleanup schemes and colors Hiltjo Posthuma 2025-09-27
74edc27c config: make refreshrate for mouse move/resize a config option Hiltjo Posthuma 2025-08-12
693d94d3 bump version to 6.6 Hiltjo Posthuma 2025-08-09
cfb8627a Avoid unsigned integer underflow in drw_text() Raymond Cole 2024-10-28
fcb2476b util.c: output function might override errno and thus affect perror() Hiltjo Posthuma 2024-10-27
8933ebcf sync drw.{c,h} from dmenu Hiltjo Posthuma 2024-10-05
5687f469 Add missing void to updateclientlist definition Pontus Stenetorp 2024-06-08
061e9fe9 bump version to 6.5 Hiltjo Posthuma 2024-03-19
9f885534 Makefile: remove the options target Hiltjo Posthuma 2023-09-22
e81f17d4 restore SIGCHLD sighandler to default before spawning a program Hiltjo Posthuma 2023-04-09
348f6559 config.mk: update to _XOPEN_SOURCE=700L NRK 2023-02-17
712d6639 Use sigaction(SA_NOCLDWAIT) for SIGCHLD handling Chris Down 2023-01-28
89f99057 grabkeys: Avoid missing events when a keysym maps to multiple keycodes Chris Down 2022-12-07
ba56fe9f Revert "Remove dmenumon variable" Hiltjo Posthuma 2022-10-28
50ad171e bump version to 6.4 Hiltjo Posthuma 2022-10-04
970f3769 remove workaround for a crash with color emojis on some systems, now fixed in libXft 2.3.5 Hiltjo Posthuma 2022-09-16
c2b748e7 Remove dmenumon variable Stein 2022-08-26
84d73221 config.def.h: make keys and buttons const NRK 2022-08-18
5799dd1f Remove blw variable in favour of calculating the value when needed Stein 2022-08-15
44adafe0 Make floating windows spawn within the monitor's window area Stein 2022-08-11
a859676e Simplify client y-offset correction Stein 2022-08-09
e0dee911 sync code-style patch from libsl Hiltjo Posthuma 2022-08-08
5e76e7e2 code-style: simplify some checks NRK 2022-08-06
5b2e5e7a spawn: reduce 2 lines, change fprintf() + perror() + exit() to die("... :") explosion-mental 2022-07-29
786f6e2a unmanage: stop listening for events for unmanaged windows Stein 2022-08-01
e03248a4 Revert "do not call signal-unsafe function inside sighanlder" Hiltjo Posthuma 2022-07-22
6613d9f9 do not call signal-unsafe function inside sighanlder NRK 2022-07-14