about summary refs log tree commit diff stats
path: root/home/kurb42/.Xdefaults
blob: 31258846b0e49c40c3e90c81a8eb274a104cc70d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
! -- Colors -- !
URxvt.foreground:   #ad7fa8
URxvt.background:   #000000
URxvt.fading: 35

! -- General -- !
URxvt.scrollBar: false
URxvt.cursorBlink: true

! -- Fonts -- !
URxvt.font: xft:Cozette:pixelsize=14:antialias=true

! -- Restore Ctrl+Shift+(C|V) -- !
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
URxvt.iso14755: false
URxvt.iso14755_52: false