Remove Xdefaults

This commit is contained in:
Simon Bruder 2020-08-18 20:22:40 +02:00
parent e2fdbda826
commit b8c29cb0d5
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -1,25 +0,0 @@
! 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