From f070185267e2733937106da73e9c40aefd39b440 Mon Sep 17 00:00:00 2001 From: stkhan Date: Wed, 8 Feb 2023 17:35:57 -0600 Subject: Change notes key from ctrl to windows key --- wm/dwm-6.3/config.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'wm/dwm-6.3') diff --git a/wm/dwm-6.3/config.h b/wm/dwm-6.3/config.h index d53f32f..da876cb 100644 --- a/wm/dwm-6.3/config.h +++ b/wm/dwm-6.3/config.h @@ -148,15 +148,15 @@ 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") }, - { ControlMask, XK_1, spawn, SHCMD("st vim ~/.cache/.sarc_notes.1") }, - { ControlMask, XK_2, spawn, SHCMD("st vim ~/.cache/.sarc_notes.2") }, - { ControlMask, XK_3, spawn, SHCMD("st vim ~/.cache/.sarc_notes.3") }, - { ControlMask, XK_4, spawn, SHCMD("st vim ~/.cache/.sarc_notes.4") }, - { ControlMask, XK_5, spawn, SHCMD("st vim ~/.cache/.sarc_notes.5") }, - { ControlMask, XK_6, spawn, SHCMD("st vim ~/.cache/.sarc_notes.6") }, - { ControlMask, XK_7, spawn, SHCMD("st vim ~/.cache/.sarc_notes.7") }, - { ControlMask, XK_8, spawn, SHCMD("st vim ~/.cache/.sarc_notes.8") }, - { ControlMask, XK_9, spawn, SHCMD("st vim ~/.cache/.sarc_notes.9") }, + { WINKEY, XK_1, spawn, SHCMD("st vim ~/.cache/.sarc_notes.1") }, + { WINKEY, XK_2, spawn, SHCMD("st vim ~/.cache/.sarc_notes.2") }, + { WINKEY, XK_3, spawn, SHCMD("st vim ~/.cache/.sarc_notes.3") }, + { WINKEY, XK_4, spawn, SHCMD("st vim ~/.cache/.sarc_notes.4") }, + { WINKEY, XK_5, spawn, SHCMD("st vim ~/.cache/.sarc_notes.5") }, + { WINKEY, XK_6, spawn, SHCMD("st vim ~/.cache/.sarc_notes.6") }, + { WINKEY, XK_7, spawn, SHCMD("st vim ~/.cache/.sarc_notes.7") }, + { WINKEY, XK_8, spawn, SHCMD("st vim ~/.cache/.sarc_notes.8") }, + { WINKEY, XK_9, spawn, SHCMD("st vim ~/.cache/.sarc_notes.9") }, TAGKEYS( XK_1, 0) TAGKEYS( XK_2, 1) TAGKEYS( XK_3, 2) -- cgit v1.2.3