Update font resizing in urxvt
This commit is contained in:
parent
0a183576fa
commit
671718ba46
1 changed files with 5 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
! urxvt ------------------------------------------------------------------------
|
||||
URxvt.termName: rxvt-unicode
|
||||
! - use font
|
||||
URxvt.font: -jmk-neep alt-medium-r-*-*-13-120-*-*-*-*-iso8859-15
|
||||
URxvt.font: -jmk-neep alt-medium-r-*-*-13-120-*-*-*-*-iso8859-15
|
||||
URxvt.boldFont: -jmk-neep alt-bold-r-*-*-13-120-*-*-*-*-iso8859-15
|
||||
URxvt.italicFont: -jmk-neep alt-medium-r-*-*-13-120-*-*-*-*-iso8859-15
|
||||
URxvt.boldItalicFont: -jmk-neep alt-bold-r-*-*-13-120-*-*-*-*-iso8859-15
|
||||
|
@ -17,7 +17,10 @@ URxvt.iso14755_52: false
|
|||
! - load perl modules
|
||||
URxvt.perl-ext-common: default,resize-font
|
||||
! - resize-font
|
||||
URxvt.keysym.C-0: resize-font:reset
|
||||
URxvt.keysym.C-minus: resize-font:smaller
|
||||
URxvt.keysym.C-plus: resize-font:bigger
|
||||
URxvt.keysym.C-0: resize-font:reset
|
||||
URxvt.keysym.C-question: resize-font:show
|
||||
! - color scheme
|
||||
URxvt.background: #000000
|
||||
URxvt.foreground: #CCCCCC
|
||||
|
|
Loading…
Reference in a new issue