summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h
index 6c4a380..7daa93c 100644
--- a/config.h
+++ b/config.h
@@ -61,10 +61,12 @@ static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont,
static const char *termcmd[] = { "st", NULL };
static const char *neomuttcmd[] = { "st", "neomutt", NULL };
static const char *newsboatcmd[] = { "st", "newsboat", NULL };
+static const char *amforacmd[] = { "st", "amfora", NULL };
static Key keys[] = {
/* modifier key function argument */
{ MODKEY, XK_Return, spawn, {.v = termcmd } },
+ { MODKEY, XK_a, spawn, {.v = amforacmd } },
{ MODKEY, XK_b, spawn, SHCMD("$BROWSER") },
{ MODKEY, XK_m, spawn, {.v = neomuttcmd } },
{ MODKEY, XK_n, spawn, {.v = newsboatcmd } },