summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorLM-LCL <hello@exaltedelite.club>2024-08-31 21:28:41 +0200
committerLM-LCL <hello@exaltedelite.club>2024-08-31 21:28:41 +0200
commit6eece88391d6dc3bfe54176249991cdc6cb8dd46 (patch)
tree078be96373ebc098b838e16f912679327a09cb13 /config.def.h
parentab3144f7dd3ee40d99328b51f8bc1d2f8ddc548e (diff)
st-0.9.2
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index a94fb88..26a1779 100644
--- a/config.def.h
+++ b/config.def.h
@@ -59,7 +59,7 @@ int allowwindowops = 0;
* near minlatency, but it waits longer for slow updates to avoid partial draw.
* low minlatency will tear/flicker more, as it can "detect" idle too early.
*/
-static double minlatency = 8;
+static double minlatency = 2;
static double maxlatency = 33;
/*
@@ -220,7 +220,7 @@ static Shortcut shortcuts[] = {
{ ShiftMask, XK_Insert, selpaste, {.i = 0} },
{ TERMMOD, XK_Num_Lock, numlock, {.i = 0} },
{ ShiftMask, XK_Page_Up, kscrollup, {.i = -1} },
- { ShiftMask, XK_Page_Down, kscrolldown, {.i = -1} },
+ { ShiftMask, XK_Page_Down, kscrolldown, {.i = -1} },
};
/*