aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2025-01-02 16:42:39 +0100
committerJoe <rbo@gmx.us>2025-01-02 16:42:39 +0100
commit161effc90a20b5032026da5174ad9e6e65b8a60d (patch)
treeb70258ce74c716462b52e3913cd2dd19b6f7f3b7
parentbim (diff)
downloaddwm-161effc90a20b5032026da5174ad9e6e65b8a60d.tar.gz
dwm-161effc90a20b5032026da5174ad9e6e65b8a60d.tar.bz2
dwm-161effc90a20b5032026da5174ad9e6e65b8a60d.tar.xz
dwm-161effc90a20b5032026da5174ad9e6e65b8a60d.tar.zst
dwm-161effc90a20b5032026da5174ad9e6e65b8a60d.zip
-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 } },