Remove blinking in urxvt
Saves a bit of battery.
This commit is contained in:
parent
f8a7a706a8
commit
8e618a7a31
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user