summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMineralwater Xu <[email protected]>2021-05-19 13:57:17 +0800
committerMineralwater Xu <[email protected]>2021-05-19 13:57:17 +0800
commit43c11104ee408e51f70f1bc19952941cfed46c8e (patch)
tree0205bfae5c05f370cc4fc89a35525bed2b8f963d /config.h
parent815d696c7a927469c1e1def32c520d342185fd48 (diff)
Commit: fix element toggle shortcut
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 04d8350..309ef12 100644
--- a/config.h
+++ b/config.h
@@ -109,7 +109,7 @@ static Key keys[] = {
{ MODKEY, XK_c, spawn, {.v = browsercmd } },
{ MODKEY|ShiftMask, XK_c, spawn, {.v = browserfuncmd } },
{ MODKEY, XK_v, spawn, {.v = telegramcmd } },
- { MODKEY, XK_V, spawn, {.v = elementcmd } },
+ { MODKEY|ShiftMask, XK_v, spawn, {.v = elementcmd } },
{ 0, XF86XK_AudioLowerVolume, spawn, {.v = downvol } },
{ 0, XF86XK_AudioMute, spawn, {.v = mutevol } },
{ 0, XF86XK_AudioRaiseVolume, spawn, {.v = upvol } },