Re: [hackers] [dwm][PATCH] Implement key shortcut mapping

2023-09-26 Thread suiso67
On 230924-093006, Hiltjo Posthuma 'hil...@codemadness.org' wrote: > > >On Sun, Sep 24, 2023 at 05:34:48AM +, suiso67@macadamia.rocks wrote: >> From: suiso67 >> >> --- >> config.def.h | 43 +++ >> dwm.c| 47 +++

Re: [hackers] [dwm][PATCH] Implement key shortcut mapping

2023-09-24 Thread Hiltjo Posthuma
On Sun, Sep 24, 2023 at 05:34:48AM +, suiso67@macadamia.rocks wrote: > From: suiso67 > > --- > config.def.h | 43 +++ > dwm.c| 47 +++ > 2 files changed, 90 insertions(+) > > diff --git a/config.def.

[hackers] [dwm][PATCH] Implement key shortcut mapping

2023-09-23 Thread suiso67
From: suiso67 --- config.def.h | 43 +++ dwm.c| 47 +++ 2 files changed, 90 insertions(+) diff --git a/config.def.h b/config.def.h index 061ad66..98ff36f 100644 --- a/config.def.h +++ b/config.def.h @@ -

[hackers] [dwm][PATCH] Implement key shortcut mapping

2023-09-02 Thread suiso67
>From 9280fe6ba80727243639020339d9b69c25ec1716 Mon Sep 17 00:00:00 2001 From: suiso67 Date: Sat, 2 Sep 2023 13:38:47 +0900 Subject: [dwm][PATCH] Implement key shortcut mapping --- config.def.h | 43 +++ dwm.c| 47 +