aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 684adf7..8732ca3 100644
--- a/config.def.h
+++ b/config.def.h
@@ -9,10 +9,13 @@ static char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=fals
9static int borderpx = 2; 9static int borderpx = 2;
10static char shell[] = "/bin/sh"; 10static char shell[] = "/bin/sh";
11 11
12/* double-click timeout (in milliseconds) between clicks for selection */ 12/* timeouts (in milliseconds) */
13static unsigned int doubleclicktimeout = 300; 13static unsigned int doubleclicktimeout = 300;
14static unsigned int tripleclicktimeout = 600; 14static unsigned int tripleclicktimeout = 600;
15 15
16/* frames per second st should at maximum draw to the screen */
17static unsigned int framespersecond = 60;
18
16/* TERM value */ 19/* TERM value */
17static char termname[] = "st-256color"; 20static char termname[] = "st-256color";
18 21