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

26 lines
676 B
Plaintext
Raw Normal View History

2018-10-29 11:16:02 +01:00
! Fonts
URxvt*font: xft:Terminess Powerline:pixelsize=18,\
xft:IPAGothic:antialias=false
2018-10-29 11:16:02 +01:00
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
2018-05-05 19:36:28 +02:00
! Hide pointer while typing
2018-10-29 11:16:02 +01:00
URxvt*pointerBlank: True
2018-05-05 19:36:28 +02:00
2018-10-29 11:16:02 +01:00
! No scrollbar
URxvt*scrollBar: False