summaryrefslogtreecommitdiff
path: root/dwm/config.h
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-09-17 04:44:14 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-09-17 04:44:14 +0900
commitf51ed65dcd97657108b2f83cd3a12f7d56ca6ea5 (patch)
tree30ffa23158db7706a27c08fb4b52faadd9541e6f /dwm/config.h
parentb0e75427b28ccf4c219740e3b6b981ddc686502a (diff)
Init
Diffstat (limited to 'dwm/config.h')
-rw-r--r--dwm/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dwm/config.h b/dwm/config.h
index 5950198..a4fecce 100644
--- a/dwm/config.h
+++ b/dwm/config.h
@@ -333,6 +333,7 @@ static const Key keys[] = {
{ MODKEY | ControlMask, XK_w, spawn, { .v = (const char *[]){ "pkill", "-f", BROWSER, NULL } } },
{ MODKEY, XK_grave, togglescratch, { .ui = 1 } }, // calculator //
{ MODKEY | ShiftMask, XK_grave, spawn, { .v = (const char *[]){ "dmenuunicode", NULL } } },
+ { MODKEY | ControlMask, XK_grave, spawn, { .v = (const char *[]){ "crontog", NULL } } },
{ MODKEY, XK_Return, spawn, { .v = termcmd } },
{ MODKEY | ShiftMask, XK_Return, spawn, { .v = (const char *[]){ "sd", NULL } } },
{ MODKEY | ControlMask, XK_Return, togglescratch, { .ui = 0 } }, // terminal //