resizable font (use proper font)
This commit is contained in:
parent
d56847ad75
commit
15f6013ce2
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
! urxvt ------------------------------------------------------------------------
|
||||
URxvt.termName: rxvt-unicode
|
||||
! - use font
|
||||
urxvt.font: 6x13
|
||||
! - remove scrollbar
|
||||
URxvt.scrollBar: false
|
||||
! - bell on urgent
|
||||
|
@ -9,6 +11,10 @@ URxvt.saveLines: 1000000
|
|||
! - disable unneeded modes
|
||||
URxvt.iso14755: false
|
||||
URxvt.iso14755_52: false
|
||||
! - load perl modules
|
||||
URxvt.perl-ext-common: default,resize-font
|
||||
! - resize-font
|
||||
URxvt.keysym.C-0: resize-font:reset
|
||||
! - color scheme
|
||||
URxvt.background: #000000
|
||||
URxvt.foreground: #CCCCCC
|
||||
|
|
Loading…
Reference in a new issue