X-Git-Url: https://jasonwoof.com/gitweb/?p=st.git;a=blobdiff_plain;f=config.def.h;h=93fc26d650e11f32dafb84cda6609cb983eaa708;hp=684adf78c6145ed45742635d6780ded965162dd9;hb=a92a678e252aeeb54537dfa7e3f106eac88f8d77;hpb=2696f8187509eb94644bbac5b05348e37c391bea diff --git a/config.def.h b/config.def.h index 684adf7..93fc26d 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 = 30; + /* TERM value */ static char termname[] = "st-256color";