xresources: don't blink cursor in rxvt

The number of wake-ups per second is high when this option is enabled.
This commit is contained in:
Vincent Bernat 2014-07-01 11:38:20 +02:00
parent 4343cd6bd0
commit 626ceabf48

View file

@ -27,7 +27,7 @@ URxvt.foreground: white
URxvt.background: rgba:0000/0000/0000/dddd URxvt.background: rgba:0000/0000/0000/dddd
URxvt.cursorColor: green URxvt.cursorColor: green
URxvt.depth: 32 URxvt.depth: 32
URxvt.cursorBlink: True URxvt.cursorBlink: False
URxvt*colorIT: #ff7f00 URxvt*colorIT: #ff7f00
URxvt.scrollBar: False URxvt.scrollBar: False