Messages by Date
-
2022/08/11
[hackers] [dwm][PATCH] Make floating windows spawn within the monitor's window area
Stein
-
2022/08/11
Re: [hackers] A better mailing list web archiver for suckless.org ... ?
NRK
-
2022/08/11
Re: [hackers] A better mailing list web archiver for suckless.org ... ?
Hiltjo Posthuma
-
2022/08/11
Re: [hackers] A better mailing list web archiver for suckless.org ... ?
Hiltjo Posthuma
-
2022/08/10
Re: [hackers] A better mailing list web archiver for suckless.org ... ?
Thomas Oltmann
-
2022/08/10
Re: [hackers] A better mailing list web archiver for suckless.org ... ?
Hiltjo Posthuma
-
2022/08/10
[hackers] A better mailing list web archiver for suckless.org ... ?
Thomas Oltmann
-
2022/08/10
[hackers] [libgrapheme] [PATCH] Remove dead file `src/util.c'
Tom Schwindl
-
2022/08/10
Re: [hackers] [dwm][PATCH] Simplify client y-offset correction
Hiltjo Posthuma
-
2022/08/10
[hackers] [dwm] Simplify client y-offset correction || Stein
git
-
2022/08/10
Re: [hackers] [dwm][PATCH] Simplify client y-offset correction
Stein Gunnar Bakkeby
-
2022/08/09
Re: [hackers] [dwm][PATCH] Simplify client y-offset correction
Hiltjo Posthuma
-
2022/08/09
Re: [hackers] Re: [dwm][PATCH v2] Use sigaction(SA_NOCLDWAIT) for SIGCHLD handling
Chris Down
-
2022/08/09
[hackers] [ii] [PATCH] ii: Add a die() function to replace fprintf(3) + exit(3) calls
Tom Schwindl
-
2022/08/09
[hackers] [dwm][PATCH] Simplify client y-offset correction
Stein
-
2022/08/08
Re: [hackers] [libs-style][PATCH] codestyle: die should be before ecalloc
Hiltjo Posthuma
-
2022/08/08
Re: [hackers] [libs-style][PATCH] codestyle: die should be before ecalloc
NRK
-
2022/08/08
Re: [hackers] [libs-style][PATCH] codestyle: die should be before ecalloc
NRK
-
2022/08/08
[hackers] [dmenu] sync code-style patch from libsl || Hiltjo Posthuma
git
-
2022/08/08
[hackers] [dwm] sync code-style patch from libsl || Hiltjo Posthuma
git
-
2022/08/08
[hackers] [libsl] code-style: sort function alphabetically || explosion-mental
git
-
2022/08/07
[hackers] [libs-style][PATCH] codestyle: die should be before ecalloc
explosion0mental
-
2022/08/06
Re: [hackers] [dwm][PATCH] code-style: simplify some checks
Hiltjo Posthuma
-
2022/08/06
[hackers] [dwm] code-style: simplify some checks || NRK
git
-
2022/08/05
Re: [hackers] [libsl][PATCH] die: exit: use EXIT_FAILURE intead of 1
explosion-mental
-
2022/08/02
Re: [hackers] [dwm][PATCH] spawn: reduce 2 lines, change fprintf() + perror() + exit() to die("... :")
Hiltjo Posthuma
-
2022/08/02
[hackers] [dwm] spawn: reduce 2 lines, change fprintf() + perror() + exit() to die("... :") || explosion-mental
git
-
2022/08/02
Re: [hackers] [dwm][PATCH] unmanage: stop listening for events for unmanaged windows
Hiltjo Posthuma
-
2022/08/02
[hackers] [dwm] unmanage: stop listening for events for unmanaged windows || Stein
git
-
2022/08/01
Re: [hackers] [libgrapheme] Rename reallocarray() to reallocate_array() to prevent mangling || Laslo Hunhold
NRK
-
2022/08/01
[hackers] [dwm][PATCH] unmanage: stop listening for events for unmanaged windows
Stein
-
2022/08/01
Re: [hackers] [sbase] [PATCH] Use ar(1)'s s-flag instead of invoking ranlib(1)
Roberto E. Vargas Caballero
-
2022/07/31
Re: [hackers] [libgrapheme] Use (size_t)(-1) instead of SIZE_MAX and fix style || Laslo Hunhold
Mattias Andrée
-
2022/07/31
Re: [hackers] [libgrapheme] Add reallocarray implementation || robert
Mattias Andrée
-
2022/07/31
Re: [hackers] [libgrapheme][PATCH] Add reallocarray implementation
Laslo Hunhold
-
2022/07/31
[hackers] [libgrapheme] Use (size_t)(-1) instead of SIZE_MAX and fix style || Laslo Hunhold
git
-
2022/07/31
[hackers] [libgrapheme] Rename reallocarray() to reallocate_array() to prevent mangling || Laslo Hunhold
git
-
2022/07/31
[hackers] [libgrapheme] Add reallocarray implementation || robert
git
-
2022/07/31
Re: [hackers] [dwm][PATCH] spawn: reduce 2 lines, change fprintf() + perror() + exit() to die("... :")
NRK
-
2022/07/30
[hackers] [libgrapheme][PATCH] Add reallocarray implementation
robert
-
2022/07/30
Re: [hackers] [dwm][PATCH] spawn: reduce 2 lines, change fprintf() + perror() + exit() to die("... :")
Laslo Hunhold
-
2022/07/30
Re: [hackers] [sbase] [PATCH] Use ar(1)'s s-flag instead of invoking ranlib(1)
Laslo Hunhold
-
2022/07/30
Re: [hackers] [sbase] [PATCH] Use ar(1)'s s-flag instead of invoking ranlib(1)
Laslo Hunhold
-
2022/07/30
Re: [hackers] [dmenu][PATCH] don't mangle CPPFLAGS with CFLAGS
François-Xavier Carton
-
2022/07/30
Re: [hackers] [dwm] Revert "do not call signal-unsafe function inside sighanlder" || Hiltjo Posthuma
Quentin Rameau
-
2022/07/30
Re: [hackers] [dwm][PATCH] spawn: reduce 2 lines, change fprintf() + perror() + exit() to die("... :")
Hiltjo Posthuma
-
2022/07/29
[hackers] [dwm][PATCH] spawn: reduce 2 lines, change fprintf() + perror() + exit() to die("... :")
explosion0mental
-
2022/07/29
Re: [hackers] [libsl][PATCH] die: exit: use EXIT_FAILURE intead of 1
Hiltjo Posthuma
-
2022/07/28
[hackers] [libsl][PATCH] die: exit: use EXIT_FAILURE intead of 1
explosion0mental
-
2022/07/27
[hackers] Re: [dwm][PATCH v2] Use sigaction(SA_NOCLDWAIT) for SIGCHLD handling
Chris Down
-
2022/07/27
[hackers] Re: [dwm][PATCH v2] Use sigaction(SA_NOCLDWAIT) for SIGCHLD handling
Chris Down
-
2022/07/27
[hackers] [dwm][PATCH v2] Use sigaction(SA_NOCLDWAIT) for SIGCHLD handling
Chris Down
-
2022/07/26
[hackers] Re: [dwm][PATCH] Use sigaction(SA_NOCLDWAIT) for SIGCHLD handling
Chris Down
-
2022/07/26
Re: [hackers] [dwm] Revert "do not call signal-unsafe function inside sighanlder" || Hiltjo Posthuma
Roberto E. Vargas Caballero
-
2022/07/26
[hackers] [dwm][PATCH] Use sigaction(SA_NOCLDWAIT) for SIGCHLD handling
Chris Down
-
2022/07/26
[hackers] Re: [dwm][PATCH] Use sigaction(SA_NOCLDWAIT) for SIGCHLD handling
Chris Down
-
2022/07/26
[hackers] Re: [dwm][PATCH] Use sigaction(SA_NOCLDWAIT) for SIGCHLD handling
Chris Down
-
2022/07/26
Re: [hackers] [dmenu][PATCH] don't mangle CPPFLAGS with CFLAGS
NRK
-
2022/07/26
Re: [hackers] [dwm] Revert "do not call signal-unsafe function inside sighanlder" || Hiltjo Posthuma
NRK
-
2022/07/22
Re: [hackers] [dwm][PATCH] do not call signal-unsafe function inside sighanlder
Roberto E. Vargas Caballero
-
2022/07/22
Re: [hackers] [sbase] [PATCH] Use ar(1)'s s-flag instead of invoking ranlib(1)
Roberto E. Vargas Caballero
-
2022/07/22
[hackers] [dwm] Revert "do not call signal-unsafe function inside sighanlder" || Hiltjo Posthuma
git
-
2022/07/21
Re: [hackers] [dwm][PATCH] do not call signal-unsafe function inside sighanlder
François-Xavier Carton
-
2022/07/20
[hackers] [libzahl] Use ar(1)'s s-flag instead of invoking ranlib(1) || Tom Schwindl
git
-
2022/07/20
[hackers] [libzahl] [PATCH] Use ar(1)'s s-flag instead of invoking ranlib(1)
Tom Schwindl
-
2022/07/20
[hackers] [sbase] [PATCH] Use ar(1)'s s-flag instead of invoking ranlib(1)
Tom Schwindl
-
2022/07/20
[hackers] [libgrapheme] Use ar(1)'s s-flag instead of invoking ranlib(1) || Laslo Hunhold
git
-
2022/07/19
[hackers] [[dwm][PATCH]] drw / utf8decode : simpler is better ?
nenesses
-
2022/07/19
Re: [hackers] [dwm][PATCH] do not call signal-unsafe function inside sighanlder
Hiltjo Posthuma
-
2022/07/18
Re: [hackers] [dwm][PATCH] do not call signal-unsafe function inside sighanlder
NRK
-
2022/07/18
Re: [hackers] [dwm][PATCH] do not call signal-unsafe function inside sighanlder
François-Xavier Carton
-
2022/07/15
Re: [hackers] [dwm][PATCH] do not call signal-unsafe function inside sighanlder
Hiltjo Posthuma
-
2022/07/15
[hackers] [dwm] use named parameter for func prototype || NRK
git
-
2022/07/15
[hackers] [dwm] do not call signal-unsafe function inside sighanlder || NRK
git
-
2022/07/14
Re: [hackers] [dwm][patch] dwm-vertical-horizontal-i3like
Alif Radhitya
-
2022/07/13
Re: [hackers] [dwm][patch] dwm-vertical-horizontal-i3like
NRK
-
2022/07/11
[hackers] [dwm][patch] dwm-vertical-horizontal-i3like
Alif Radhitya
-
2022/07/09
Re: [hackers] [quark][PATCH] Fix strftime error handling
Laslo Hunhold
-
2022/07/09
[hackers] [quark][PATCH] Fix strftime error handling
robert
-
2022/07/04
Re: [hackers] [sent] [PATCH 1/3] sent.c: Drop unnecessary NULL checks
Antonio Quartulli
-
2022/07/04
Re: [hackers] [sent] [PATCH 1/3] sent.c: Drop unnecessary NULL checks
NRK
-
2022/07/03
Re: [hackers] [lsw] [PATCH] Improve compliance with our coding style
Quentin Rameau
-
2022/07/03
[hackers] [lsw] Improve compliance with our coding style || Tom Schwindl
git
-
2022/07/03
[hackers] [lsw] [PATCH] Improve compliance with our coding style
Tom Schwindl
-
2022/06/30
Re: [hackers] [sent] [PATCH 3/3] Makefile: config.mk: Improve Makefile and config.mk
Tom Schwindl
-
2022/06/29
Re: [hackers] [PATCH][libgrapheme] macro-hygiene: wrap arguments in parenthesis
Laslo Hunhold
-
2022/06/29
[hackers] [libgrapheme] macro-hygiene: wrap arguments in parenthesis || NRK
git
-
2022/06/29
[hackers] [libgrapheme] Only add updated object files to the static library || Laslo Hunhold
git
-
2022/06/29
Re: [hackers] [sent] [PATCH 3/3] Makefile: config.mk: Improve Makefile and config.mk
Quentin Rameau
-
2022/06/27
Re: [hackers] [sent] [PATCH 3/3] Makefile: config.mk: Improve Makefile and config.mk
Tom Schwindl
-
2022/06/27
Re: [hackers] [sent] [PATCH 3/3] Makefile: config.mk: Improve Makefile and config.mk
Tom Schwindl
-
2022/06/26
Re: [hackers] [sent] [PATCH 3/3] Makefile: config.mk: Improve Makefile and config.mk
Quentin Rameau
-
2022/06/26
Re: [hackers] [sent] [PATCH 1/3] sent.c: Drop unnecessary NULL checks
Laslo Hunhold
-
2022/06/26
Re: [hackers] [sent] [PATCH 1/3] sent.c: Drop unnecessary NULL checks
Greg Minshall
-
2022/06/26
Re: [hackers] [sent] [PATCH 3/3] Makefile: config.mk: Improve Makefile and config.mk
Hiltjo Posthuma
-
2022/06/26
[hackers] [sent] [PATCH 2/3] treewide: Improve compliance with our coding style
Tom Schwindl
-
2022/06/26
[hackers] [sent] [PATCH 3/3] Makefile: config.mk: Improve Makefile and config.mk
Tom Schwindl
-
2022/06/26
[hackers] [sent] [PATCH 1/3] sent.c: Drop unnecessary NULL checks
Tom Schwindl
-
2022/06/25
Re: [hackers] [sent] [PATCH] treewide: Improve compliance with our coding style
Tom Schwindl
-
2022/06/25
Re: [hackers] [sent] [PATCH] treewide: Improve compliance with our coding style
NRK
-
2022/06/25
[hackers] [sent] [PATCH] treewide: Improve compliance with our coding style
Tom Schwindl
-
2022/06/25
[hackers] [lsw] Makefile: Add POSIX target || Tom Schwindl
git
-
2022/06/25
[hackers] [lsw] [PATCH] Makefile: Add POSIX target
Tom Schwindl
-
2022/06/25
[hackers] [lsw] fix segfault after querying window with no children || Hiltjo Posthuma
git
-
2022/06/25
[hackers] [lsw] improve Makefile: be verbose || Hiltjo Posthuma
git
-
2022/06/25
[hackers] [lsw] code-style improvements || Hiltjo Posthuma
git
-
2022/06/24
Re: [hackers] [libgrapheme] Explicitly use object-files in library-generation || Laslo Hunhold
Laslo Hunhold
-
2022/06/24
Re: [hackers] [libgrapheme] Explicitly use object-files in library-generation || Laslo Hunhold
Quentin Rameau
-
2022/06/23
[hackers] [libgrapheme] Explicitly use object-files in library-generation || Laslo Hunhold
git
-
2022/06/20
[hackers] [sbase] setsid: fix usage information for -f flag || Hiltjo Posthuma
git
-
2022/06/19
[hackers] [libgrapheme] Add data-LICENSE file || Laslo Hunhold
git
-
2022/06/17
Re: [hackers] [libgrapheme] Implement line-segmentation || Laslo Hunhold
Laslo Hunhold
-
2022/06/16
[hackers] [libgrapheme] Remove some testing residue || Laslo Hunhold
git
-
2022/06/13
Re: [hackers] [libgrapheme] Add Word-data-files || Laslo Hunhold
Laslo Hunhold
-
2022/06/12
Re: [hackers] [libgrapheme] Add Word-data-files || Laslo Hunhold
NRK
-
2022/06/10
[hackers] [libgrapheme] Fix link in src/sentence.c || Laslo Hunhold
git
-
2022/06/10
[hackers] [libgrapheme] Fix comment in src/sentence.c || Laslo Hunhold
git
-
2022/06/09
Re: [hackers] [libgrapheme] Implement word-segmentation || Laslo Hunhold
Laslo Hunhold
-
2022/06/09
[hackers] [libgrapheme] Remove redundant branch || Laslo Hunhold
git
-
2022/06/08
Re: [hackers] [libgrapheme] Implement word-segmentation || Laslo Hunhold
NRK
-
2022/06/06
[hackers] [libgrapheme] Remove unused variable in test/util.c || Laslo Hunhold
git
-
2022/06/06
[hackers] [libgrapheme] Implement word-segmentation || Laslo Hunhold
git
-
2022/05/28
[hackers] [surf/surf-webkit2] Do not reload page when toggling dark mode || Quentin Rameau
git
-
2022/05/23
Re: [hackers] [st][PATCH] support COLORTERM env variable
Hiltjo Posthuma
-
2022/05/23
Re: [hackers] [st][PATCH] support COLORTERM env variable
Otto Modinos
-
2022/05/23
Re: [hackers] [st][PATCH] support COLORTERM env variable
Mikau
-
2022/05/23
Re: [hackers] [st][PATCH] support COLORTERM env variable
Hiltjo Posthuma
-
2022/05/22
[hackers] [st][PATCH] support COLORTERM env variable
Otto Modinos
-
2022/05/21
Re: [hackers] [dwm][PATCH] preserve clients on old tags when renewing dwm
Quentin Rameau
-
2022/05/21
Re: [hackers] [dwm][PATCH] preserve clients on old tags when renewing dwm
Arda Atci
-
2022/05/21
Re: [hackers] [dwm][PATCH] preserve clients on old tags when renewing dwm
Arda Atci
-
2022/05/21
Re: [hackers] [dwm][PATCH] preserve clients on old tags when renewing dwm
Quentin Rameau
-
2022/05/19
[hackers] [dwm][PATCH] preserve clients on old tags when renewing dwm
Arda Atci
-
2022/05/16
Re: [hackers] [surf][PATCH] Don't call setstyle with an empty path
Nick Hanley
-
2022/05/16
[hackers] [slstatus][PATCH] ram.c, cpu.c: FreeBSD reporting fixes
K. Eugene Carlson
-
2022/05/10
[hackers] [libsl] sync latest drw.{c,h} changes from dmenu || Hiltjo Posthuma
git
-
2022/05/10
[hackers] [dwm] sync latest drw.{c,h} changes from dmenu || Hiltjo Posthuma
git
-
2022/05/05
Re: [hackers] [sbase][PATCH] tar: support extracting long paths, link targets, and times.
Andrew Chambers
-
2022/05/05
Re: [hackers] [surf][PATCH] Don't call setstyle with an empty path
Antonio Quartulli
-
2022/05/04
Re: [hackers] [sbase][PATCH] tar: support extracting long paths, link targets, and times.
Quentin Rameau
-
2022/05/04
Re: [hackers] [surf][PATCH] Don't call setstyle with an empty path
Nick Hanley
-
2022/05/04
Re: [hackers] [surf][PATCH] Don't call setstyle with an empty path
Antonio Quartulli
-
2022/05/04
Re: [hackers] [surf][PATCH] Don't call setstyle with an empty path
Nick Hanley
-
2022/05/03
[hackers] [surf][PATCH] Don't call setstyle with an empty path
Nick Hanley
-
2022/05/02
Re: [hackers] [dwm|dmenu|st][PATCH] strip the installed binary
NRK
-
2022/05/02
Re: [hackers] [dwm|dmenu|st][PATCH] strip the installed binary
Hiltjo Posthuma
-
2022/05/02
Re: [hackers] [dwm|dmenu|st][PATCH] strip the installed binary
Quentin Rameau
-
2022/05/02
Re: [hackers] [dwm|dmenu|st][PATCH] strip the installed binary
Laslo Hunhold
-
2022/05/02
Re: [hackers] [dwm|dmenu|st][PATCH] strip the installed binary
Hiltjo Posthuma
-
2022/05/02
Re: [hackers] [dwm|dmenu|st][PATCH] strip the installed binary
Quentin Rameau
-
2022/05/01
Re: [hackers] [dwm][patch] config.mk patch for OpenBSD
Hiltjo Posthuma
-
2022/05/01
Re: [hackers] [dwm][patch] config.mk patch for OpenBSD
Hiltjo Posthuma
-
2022/05/01
[hackers] [dwm] Makefile: add manual path for OpenBSD || Hiltjo Posthuma
git
-
2022/05/01
[hackers] [dmenu] Makefile: add manual path for OpenBSD || Hiltjo Posthuma
git
-
2022/05/01
[hackers] [st] Makefile: add manual path for OpenBSD || Hiltjo Posthuma
git
-
2022/05/01
[hackers] [sbase][PATCH] tar: support creating entries with long paths and link targets.
Andrew Chambers
-
2022/05/01
[hackers] [sbase][PATCH] tar: support extracting long paths, link targets, and times.
Andrew Chambers
-
2022/05/01
Re: [hackers] [dmenu] fix incorrect comment, math is hard || Hiltjo Posthuma
Hiltjo Posthuma
-
2022/05/01
Re: [hackers] [dmenu] fix incorrect comment, math is hard || Hiltjo Posthuma
NRK
-
2022/05/01
Re: [hackers] [dmenu] inputw: improve correctness and startup performance, by NRK || Hiltjo Posthuma
Stein Gunnar Bakkeby
-
2022/04/30
Re: [hackers] [dmenu] fix incorrect comment, math is hard || Hiltjo Posthuma
Quentin Rameau
-
2022/04/30
Re: [hackers] [dmenu] inputw: improve correctness and startup performance, by NRK || Hiltjo Posthuma
NRK
-
2022/04/30
Re: [hackers] [dmenu] inputw: improve correctness and startup performance, by NRK || Hiltjo Posthuma
Hiltjo Posthuma
-
2022/04/30
[hackers] [dmenu] fix incorrect comment, math is hard || Hiltjo Posthuma
git
-
2022/04/30
Re: [hackers] [dmenu] inputw: improve correctness and startup performance, by NRK || Hiltjo Posthuma
NRK
-
2022/04/30
Re: [hackers] [dmenu] inputw: improve correctness and startup performance, by NRK || Hiltjo Posthuma
Hiltjo Posthuma
-
2022/04/29
Re: [hackers] [dmenu] inputw: improve correctness and startup performance, by NRK || Hiltjo Posthuma
NRK
-
2022/04/29
Re: [hackers] [dmenu] inputw: improve correctness and startup performance || NRK
Laslo Hunhold
-
2022/04/29
Re: [hackers] [dmenu] inputw: improve correctness and startup performance || NRK
Jochen Sprickerhof
-
2022/04/29
[hackers] [dmenu] inputw: improve correctness and startup performance, by NRK || Hiltjo Posthuma
git
-
2022/04/29
Re: [hackers] [dmenu] inputw: improve correctness and startup performance || NRK
Laslo Hunhold
-
2022/04/29
Re: [hackers] [dmenu] inputw: improve correctness and startup performance || NRK
Laslo Hunhold
-
2022/04/29
Re: [hackers] [dmenu] inputw: improve correctness and startup performance || NRK
NRK
-
2022/04/29
Re: [hackers] [dmenu] inputw: improve correctness and startup performance || NRK
Jochen Sprickerhof
-
2022/04/29
Re: [hackers] [dmenu] inputw: improve correctness and startup performance || NRK
Laslo Hunhold
-
2022/04/29
Re: [hackers] [dmenu] inputw: improve correctness and startup performance || NRK
Hiltjo Posthuma
-
2022/04/29
Re: [hackers] [dmenu] inputw: improve correctness and startup performance || NRK
Hiltjo Posthuma
-
2022/04/29
Re: [hackers] [dmenu] inputw: improve correctness and startup performance || NRK
NRK
-
2022/04/28
Re: [hackers] [dmenu] inputw: improve correctness and startup performance || NRK
Laslo Hunhold
-
2022/04/28
Re: [hackers] [dmenu] inputw: improve correctness and startup performance || NRK
NRK
-
2022/04/26
Re: [hackers] [dwm][PATCH] manage: Make sure c->isfixed is applied before floating checks
Chris Down
-
2022/04/26
Re: [hackers] [dwm][PATCH] manage: Make sure c->isfixed is applied before floating checks
Hiltjo Posthuma
-
2022/04/26
[hackers] [dwm] manage: Make sure c->isfixed is applied before floating checks || Chris Down
git
-
2022/04/26
[hackers] [dwm] LICENSE: add Chris Down || Hiltjo Posthuma
git
-
2022/04/26
[hackers] [dwm][PATCH] manage: Make sure c->isfixed is applied before floating checks
Chris Down
-
2022/04/26
[hackers] [dwm][PATCH] license: Add Chris Down
Chris Down
-
2022/04/26
[hackers] [dwm] Revert "manage: For isfloating/oldstate check/set, ensure trans client actually exists" || Hiltjo Posthuma
git
-
2022/04/19
[hackers] [quark][PATCH] Fix inverted conditional in sock_same_addr()
Thomas Oltmann
-
2022/04/19
Re: [hackers] [tabbed][PATCH] Removes recursion while mouse is over window
Hiltjo Posthuma
-
2022/04/19
[hackers] [PATCH] Remove superfluous byteorder conversion
Thomas Oltmann
-
2022/04/19
Re: [hackers] [tabbed][PATCH] Removes recursion while mouse is over window
big toaster
-
2022/04/19
[hackers] [quark][PATCH] Remove superfluous byteorder conversion
Thomas Oltmann
-
2022/04/19
Re: [hackers] [tabbed][PATCH] Removes recursion while mouse is over window
Stein Gunnar Bakkeby
-
2022/04/19
Re: [hackers] [st][PATCH v2] code-golfing: cleanup osc color related code
Hiltjo Posthuma
-
2022/04/19
[hackers] [st] code-golfing: cleanup osc color related code || NRK
git
-
2022/04/19
Re: [hackers] [tabbed][PATCH] Removes recursion while mouse is over window
Hiltjo Posthuma
-
2022/04/18
[hackers] [tabbed][PATCH] Removes recursion while mouse is over window
bolshoytoster
-
2022/04/18
Re: [hackers] [st][PATCH v2] code-golfing: cleanup osc color related code
NRK
-
2022/04/16
Re: [hackers] [dwm][PATCH] Update monitor positions also on removal
Hiltjo Posthuma
-
2022/04/16
[hackers] [dwm] Update monitor positions also on removal || Santtu Lakkala
git