change scroll distances
All checks were successful
Build/Publish XBPS / build-and-publish (push) Successful in 8s
All checks were successful
Build/Publish XBPS / build-and-publish (push) Successful in 8s
This commit is contained in:
parent
a744fe43cd
commit
d759862d81
1 changed files with 2 additions and 2 deletions
4
config.h
4
config.h
|
@ -246,8 +246,8 @@ static Shortcut shortcuts[] = {
|
|||
{ TERMMOD, XK_Y, selpaste, {.i = 0}},
|
||||
{ TERMMOD, XK_Num_Lock, numlock, {.i = 0}},
|
||||
{ TERMMOD, XK_Escape, keyboard_select, {0}},
|
||||
{ TERMMOD, XK_K, kscrollup, {.i = -1}, S_PRI },
|
||||
{ TERMMOD, XK_J, kscrolldown, {.i = -1}, S_PRI },
|
||||
{ TERMMOD, XK_K, kscrollup, {.i = 20}, S_PRI },
|
||||
{ TERMMOD, XK_J, kscrolldown, {.i = 20}, S_PRI },
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue