X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/2696f8187509eb94644bbac5b05348e37c391bea..086cd61511aa5ca4cbef0048137bb9ae0467d283:/config.def.h diff --git a/config.def.h b/config.def.h index 684adf7..35e5cf9 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 = 30; +static unsigned int actionfps = 5; + /* TERM value */ static char termname[] = "st-256color";