commit 042393f1cb6f27d86c943fa99219deb05ba73700
parent 62a53e8cb009cd887ec47467ee6979da1789dbac
Author: mehdi-norouzi <mehdeenoroozi@gmail.com>
Date: Mon, 11 Sep 2023 11:28:11 +0330
suckless:st: change blink timeout
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/suckless/.local/src/st/config.h b/suckless/.local/src/st/config.h
@@ -61,7 +61,7 @@ static double maxlatency = 33;
* blinking timeout (set to 0 to disable blinking) for the terminal blinking
* attribute.
*/
-static unsigned int blinktimeout = 800;
+static unsigned int blinktimeout = 500;
/*
* thickness of underline and bar cursors