26 lines
676 B
Plaintext
26 lines
676 B
Plaintext
! Fonts
|
|
URxvt*font: xft:Terminess Powerline:pixelsize=18,\
|
|
xft:IPAGothic:antialias=false
|
|
URxvt*font-size.step: 2
|
|
|
|
! Extensions
|
|
URxvt*perl-ext-common: font-size,dynamic-colors
|
|
URxvt*keysym.C-S-Up: perl:font-size:incglobal
|
|
URxvt*keysym.C-S-Down: perl:font-size:decglobal
|
|
URxvt*keysym.F12: perl:dynamic-colors:cycle
|
|
URxvt*keysym.Alt-Control-C: perl:clipboard:copy
|
|
URxvt*keysym.Alt-Control-V: perl:clipboard:paste
|
|
|
|
! Allow re-mapping of C-S
|
|
URxvt*iso14755: False
|
|
|
|
! Flash terminal and mark tag red
|
|
URxvt*visualBell: True
|
|
URxvt*urgentOnBell: True
|
|
|
|
! Hide pointer while typing
|
|
URxvt*pointerBlank: True
|
|
|
|
! No scrollbar
|
|
URxvt*scrollBar: False
|