about summary refs log tree commit diff stats
path: root/home/kurb42/.Xdefaults
blob: 4f4a3aa1f2014332f9ecff3147e27d153015785e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
! -- Colors -- !
URxvt.foreground:   #ffffff
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