mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-04 07:14:21 +02:00
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:
parent
4343cd6bd0
commit
626ceabf48
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue