20 lines
594 B
Text
20 lines
594 B
Text
! urxvt ------------------------------------------------------------------------
|
|
urxvt.termName: rxvt-unicode
|
|
! - remove scrollbar
|
|
urxvt.scrollBar: false
|
|
! - bell on urgent
|
|
urxvt.urgentOnBell: true
|
|
! - larger history limit
|
|
urxvt.saveLines: 1000000
|
|
! - color scheme
|
|
urxvt.background: #000000
|
|
urxvt.foreground: #CCCCCC
|
|
! - blue
|
|
urxvt.color4: #6666ff
|
|
|
|
! xpdf -------------------------------------------------------------------------
|
|
xpdf*enableFreetype: yes
|
|
xpdf*antialias: yes
|
|
xpdf*foreground: black
|
|
xpdf*background: white
|
|
xpdf*urlCommand: /usr/bin/qutebrowser %s
|