28 lines
665 B
Plaintext
28 lines
665 B
Plaintext
! Terminal Customization
|
|
URxvt.foreground: #ffffff
|
|
URxvt.background: #000000
|
|
URxvt.transparent: true
|
|
URxvt.shading: 10
|
|
URxvt.scrollBar: false
|
|
URxvt.internalBorder: 10
|
|
|
|
! Font styles
|
|
URxvt.font: xft:MesloLGS NF:size=16
|
|
URxvt.cursorColor: #0000ff
|
|
URxvt.highlightColor: #303030
|
|
URxvt.highlightTextColor: #A0A0A0
|
|
URxvt.saveLines: 200000
|
|
|
|
! External packages
|
|
URxvt.perl-ext-common: resize-font
|
|
|
|
! Resize terminal
|
|
URxvt.keysym.Shift-Control-J: resize-font:smaller
|
|
URxvt.keysym.Shift-Control-K: resize-font:bigger
|
|
|
|
! Ctrl-HJKL
|
|
URxvt.keysym.Control-j: \033[1;5A
|
|
URxvt.keysym.Control-k: \033[1;5B
|
|
URxvt.keysym.Control-h: \033[1;5D
|
|
URxvt.keysym.Control-l: \033[1;5C
|