This repository has been archived on 2021-04-06. You can view files and clone it, but cannot push or open issues/pull-requests.
dotfiles/home/.Xdefaults

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