dwl

My patch set and modifications to dwl
git clone git://git.ethandl.dev/dwl
Log | Files | Refs | README | LICENSE

commit 34b7a5721134d63f8241af2f008c2e0d9f836dd5
parent 5c19e23146b6163e6508765f0062cde9a1718be7
Author: A Frederick Christensen <dwl@ivories.org>
Date:   Sun,  5 May 2024 13:52:25 -0500

Update wmenu-run name

Diffstat:
Mconfig.def.h | 2+-
Mdwl.1 | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -115,7 +115,7 @@ static const enum libinput_config_tap_button_map button_map = LIBINPUT_CONFIG_TA /* commands */ static const char *termcmd[] = { "foot", NULL }; -static const char *menucmd[] = { "wmenu_run", NULL }; +static const char *menucmd[] = { "wmenu-run", NULL }; static const Key keys[] = { /* Note that Shift changes certain key codes: c -> C, 2 -> at, etc. */ diff --git a/dwl.1 b/dwl.1 @@ -55,7 +55,7 @@ Move window to a single tag. Toggle tag for window. .It Mod-p Spawn -.Nm wmenu_run . +.Nm wmenu-run . .It Mod-Shift-Return Spawn .Nm foot .