dwm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 78a04d59448f28106186b39a48e9ea3d2fcf0396
parent 0d82d56e83b223977114642ed11ee092b5c2da45
Author: mpizzzle <michael.770211@gmail.com>
Date:   Mon, 22 Jun 2020 17:17:01 +0100

adding shortcut to accent script

Diffstat:
Mconfig.def.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -78,6 +78,7 @@ static const char *termcmd[] = { "st", NULL }; static Key keys[] = { /* modifier key function argument */ + { MODKEY, XK_a, spawn, SHCMD("acento.sh") }, { MODKEY, XK_p, spawn, {.v = dmenucmd } }, { MODKEY, XK_Return, spawn, {.v = termcmd } }, { MODKEY, XK_b, togglebar, {0} },