X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.def.h;h=baf56f55777eaa6a14c4164f1e5ab05caf6a297d;hb=de7e0e9c8d978f581328962b39e94b59e86f077e;hp=684adf78c6145ed45742635d6780ded965162dd9;hpb=d5994b43ca78196b81ea276d7acb5ef2d4a671f7;p=st.git diff --git a/config.def.h b/config.def.h index 684adf7..baf56f5 100644 --- a/config.def.h +++ b/config.def.h @@ -9,10 +9,14 @@ static char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=fals static int borderpx = 2; static char shell[] = "/bin/sh"; -/* double-click timeout (in milliseconds) between clicks for selection */ +/* timeouts (in milliseconds) */ 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 = 60; +static unsigned int actionfps = 5; + /* TERM value */ static char termname[] = "st-256color";