Update font resizing in urxvt
This commit is contained in:
parent
0a183576fa
commit
671718ba46
1 changed files with 5 additions and 2 deletions
|
@ -17,7 +17,10 @@ URxvt.iso14755_52: false
|
|||
! - load perl modules
|
||||
URxvt.perl-ext-common: default,resize-font
|
||||
! - resize-font
|
||||
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