use naming convention URxvt
This commit is contained in:
parent
8749d22ad0
commit
d56847ad75
1 changed files with 9 additions and 9 deletions
18
.Xresources
18
.Xresources
|
@ -1,19 +1,19 @@
|
||||||
! urxvt ------------------------------------------------------------------------
|
! urxvt ------------------------------------------------------------------------
|
||||||
urxvt.termName: rxvt-unicode
|
URxvt.termName: rxvt-unicode
|
||||||
! - remove scrollbar
|
! - remove scrollbar
|
||||||
urxvt.scrollBar: false
|
URxvt.scrollBar: false
|
||||||
! - bell on urgent
|
! - bell on urgent
|
||||||
urxvt.urgentOnBell: true
|
URxvt.urgentOnBell: true
|
||||||
! - larger history limit
|
! - larger history limit
|
||||||
urxvt.saveLines: 1000000
|
URxvt.saveLines: 1000000
|
||||||
! - disable unneeded modes
|
! - disable unneeded modes
|
||||||
urxvt.iso14755: false
|
URxvt.iso14755: false
|
||||||
urxvt.iso14755_52: false
|
URxvt.iso14755_52: false
|
||||||
! - color scheme
|
! - color scheme
|
||||||
urxvt.background: #000000
|
URxvt.background: #000000
|
||||||
urxvt.foreground: #CCCCCC
|
URxvt.foreground: #CCCCCC
|
||||||
! - blue
|
! - blue
|
||||||
urxvt.color4: #6666ff
|
URxvt.color4: #6666ff
|
||||||
|
|
||||||
! xpdf -------------------------------------------------------------------------
|
! xpdf -------------------------------------------------------------------------
|
||||||
xpdf*enableFreetype: yes
|
xpdf*enableFreetype: yes
|
||||||
|
|
Loading…
Reference in a new issue