From 626ceabf48d7143c18a47fc5de08fe70c88b3c9f Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 1 Jul 2014 11:38:20 +0200 Subject: [PATCH] xresources: don't blink cursor in rxvt The number of wake-ups per second is high when this option is enabled. --- Xresources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xresources b/Xresources index 741f44d..39ee79d 100644 --- a/Xresources +++ b/Xresources @@ -27,7 +27,7 @@ URxvt.foreground: white URxvt.background: rgba:0000/0000/0000/dddd URxvt.cursorColor: green URxvt.depth: 32 -URxvt.cursorBlink: True +URxvt.cursorBlink: False URxvt*colorIT: #ff7f00 URxvt.scrollBar: False