aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 5fea737..64dbd4b 100644
--- a/config.def.h
+++ b/config.def.h
@@ -167,6 +167,7 @@ static const char *dmlog_cmd[] = { "dmlog", NULL };
static const char *dmpass_full_cmd[] = { "dmpass", "--full", NULL };
static const char *dmpass_cmd[] = { "dmpass", NULL };
static const char *dmotp_cmd[] = { "dmotp", NULL };
+static const char *dmclip_cmd[] = { "dmclip", NULL };
static const char *ndate_cmd[] = { "ndate", NULL };
// static const char *file_cmd[] = { "alacritty", "-e", "zsh", "-ic", "lf", NULL };
// static const char *file_alt_cmd[] = { "pcmanfm", NULL };
@@ -221,6 +222,7 @@ static const Key keys[] = {
{ MODKEY|ShiftMask, XK_F11, spawn, {.v = vol_dec_cmd } },
{ MODKEY|ShiftMask, XK_F12, spawn, {.v = vol_inc_cmd } },
{ MODKEY|ShiftMask, XK_Delete, spawn, {.v = mic_cmd } },
+ { MODKEY|ControlMask, XK_F7, dmenuspawn, {.v = dmclip_cmd } },
{ MODKEY|ControlMask, XK_F8, dmenuspawn, {.v = dmbookm_cmd } },
{ MODKEY|ControlMask, XK_F9, dmenuspawn, {.v = dmkill_cmd } },
{ MODKEY|ControlMask, XK_F10, dmenuspawn, {.v = dmscrot_cmd } },