Remove blinking in urxvt

Saves a bit of battery.
This commit is contained in:
Ian Adam Naval 2015-04-24 13:10:46 -04:00
parent f8a7a706a8
commit 8e618a7a31

View File

@ -6,11 +6,12 @@ Xft.hintstyle: hintslight
URxvt.depth: 32 URxvt.depth: 32
! URxvt.foreground: [100]#ffbf00 ! URxvt.foreground: [100]#ffbf00
! URxvt.background: [100]#252525 URxvt.background: [100]#252525
URxvt.scrollstyle: plain URxvt.scrollstyle: plain
URxvt.font: xft:meslo lg s dz:size=10 URxvt.font: xft:meslo lg s dz:size=10
URxvt.boldFont: xft:meslo lg s dz:size=10:style=bold URxvt.boldFont: xft:meslo lg s dz:size=10:style=bold
URxvt.letterSpace: -1 URxvt.letterSpace: -1
URxvt.cursorBlink: 0
URxvt.scrollBar_right: true URxvt.scrollBar_right: true
URxvt.scrollBar: false URxvt.scrollBar: false
URxvt.scrollTtyOutput: false URxvt.scrollTtyOutput: false