all repos — st @ de7e0e9c8d978f581328962b39e94b59e86f077e

st (suckless terminal) config

Changing the fps to something reasonable high.
Christoph Lohmann 20h@r-36.net
commit

de7e0e9c8d978f581328962b39e94b59e86f077e

parent

086cd61511aa5ca4cbef0048137bb9ae0467d283

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M config.def.hconfig.def.h

@@ -14,7 +14,7 @@ static unsigned int doubleclicktimeout = 300;

static unsigned int tripleclicktimeout = 600; /* frames per second st should at maximum draw to the screen */ -static unsigned int xfps = 30; +static unsigned int xfps = 60; static unsigned int actionfps = 5; /* TERM value */