summaryrefslogtreecommitdiff
path: root/wm/dwm-6.3
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2022-12-14 21:46:27 -0600
committerstkhan <personal@slickd.xyz>2022-12-14 21:46:27 -0600
commit52586d334aa7037f6d73c7ba7a33530501c96c98 (patch)
tree99785e4f310a7fda588e63038077cb4384eeeb1f /wm/dwm-6.3
parentf44f9ef3c43a05c2a2f73936035f2d72afca09f2 (diff)
Add notes to dwm bindings
Diffstat (limited to 'wm/dwm-6.3')
-rw-r--r--wm/dwm-6.3/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/wm/dwm-6.3/config.h b/wm/dwm-6.3/config.h
index f46a66a..2652667 100644
--- a/wm/dwm-6.3/config.h
+++ b/wm/dwm-6.3/config.h
@@ -147,6 +147,8 @@ static Key keys[] = {
{ MODKEY, XK_s, spawn, SHCMD("sarc.sh --search_web") },
{ MODKEY, XK_g, spawn, SHCMD("sarc.sh --goto-website") },
{ MODKEY, XK_t, spawn, SHCMD("st vim ~/.cache/todo") },
+ { MODKEY, XK_n, spawn, SHCMD("st vim ~/.cache/.sarc_notes") },
+ { MODKEY|ShiftMask, XK_n, spawn, SHCMD("st vim ~/.cache/.sarc_notes.2") },
TAGKEYS( XK_1, 0)
TAGKEYS( XK_2, 1)
TAGKEYS( XK_3, 2)