summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-08-21 15:30:49 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-08-21 15:30:49 -0400
commitacdd54fe1911ad7fe8dfc107cb7794ec9e8aa798 (patch)
tree18bdfda0a3a0e76246eb989317037fead4a44b1e /config.h
parentde6fd85eeb544548ed5ad23a639eedd6af510036 (diff)
parent80c6f5c5f0dad7e7c41c3376006290a2b0b319be (diff)
Merge branch 'master' of gitlab.com:LukeSmithxyz/st into master
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h
index 47ed4d5..b49a405 100644
--- a/config.h
+++ b/config.h
@@ -267,6 +267,8 @@ static Shortcut shortcuts[] = {
{ MODKEY, XK_Down, kscrolldown, {.i = 1} },
{ MODKEY, XK_u, kscrollup, {.i = -1} },
{ MODKEY, XK_d, kscrolldown, {.i = -1} },
+ { ControlMask, XK_F11, changealpha, {.f = -0.05} },
+ { ControlMask, XK_F12, changealpha, {.f = +0.05} },
{ TERMMOD, XK_Up, zoom, {.f = +1} },
{ TERMMOD, XK_Down, zoom, {.f = -1} },
{ TERMMOD, XK_K, zoom, {.f = +1} },