add newterm keybind
Build/Publish XBPS / build-and-publish (push) Successful in 7s
Details
Build/Publish XBPS / build-and-publish (push) Successful in 7s
Details
This commit is contained in:
parent
9cfdd84e3a
commit
ec8dddecd8
1
config.h
1
config.h
|
@ -282,6 +282,7 @@ static Shortcut shortcuts[] = {
|
||||||
{ TERMMOD, XK_Prior, zoom, {.f = +3} },
|
{ TERMMOD, XK_Prior, zoom, {.f = +3} },
|
||||||
{ TERMMOD, XK_Next, zoom, {.f = -3} },
|
{ TERMMOD, XK_Next, zoom, {.f = -3} },
|
||||||
{ TERMMOD, XK_Home, zoomreset, {.f = 0} },
|
{ TERMMOD, XK_Home, zoomreset, {.f = 0} },
|
||||||
|
{ TERMMOD, XK_Return, newterm, {.i = 0} },
|
||||||
{ TERMMOD, XK_C, clipcopy, {.i = 0} },
|
{ TERMMOD, XK_C, clipcopy, {.i = 0} },
|
||||||
{ TERMMOD, XK_V, clippaste, {.i = 0} },
|
{ TERMMOD, XK_V, clippaste, {.i = 0} },
|
||||||
{ TERMMOD, XK_O, changealpha, {.f = +0.05} },
|
{ TERMMOD, XK_O, changealpha, {.f = +0.05} },
|
||||||
|
|
Loading…
Reference in New Issue