diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-08-29 21:03:04 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-08-29 21:03:04 +0900 |
| commit | 8a4e3e776f016387a83cc5f1f07d8bc73bd41afb (patch) | |
| tree | c2887f440d9b43babc6ab0ed0a70c971b4aba792 | |
| parent | dfbc2521412f2e5d54ad3d89f83b14756982a079 (diff) | |
Init
| -rw-r--r-- | st/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/st/config.h b/st/config.h index a310e47..c7df759 100644 --- a/st/config.h +++ b/st/config.h @@ -267,8 +267,8 @@ static Shortcut shortcuts[] = { { TERMMOD, XK_Prior, zoom, { .f = +1 } }, { TERMMOD, XK_J, zoom, { .f = -1 } }, { TERMMOD, XK_K, zoom, { .f = +1 } }, - { TERMMOD, XK_D, zoom, { .f = -2 } }, - { TERMMOD, XK_U, zoom, { .f = +2 } }, + { TERMMOD, XK_D, zoom, { .f = -5 } }, + { TERMMOD, XK_U, zoom, { .f = +5 } }, { TERMMOD, XK_plus, zoomreset, { .f = 0 } }, // COPIES |
