about summary refs log tree commit diff stats
path: root/home/kurb42/.Xdefaults
blob: 158b106e539085e0c0197785cdfecd329cffae0d (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:UbuntuMono Nerd Font: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