-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.Xresources
28 lines (24 loc) · 978 Bytes
/
.Xresources
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
! to refresh colorscheme:
! `$ xrdb ~./Xresources`
! and restart terminal
! good dark
#include "/home/tarnas/iterm2-color-schemes-master/Xresources/Afterglow"
! good light
! #include "/home/tarnas/iterm2-color-schemes-master/Xresources/Spring"
! rebinding copy/paste
URxvt.iso14755: false
URxvt.iso14755_52: false
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
! to list fonts:
! $ fc-list
! URxvt.font: xft:RobotoMono Nerd Font:style=Light,Regular:pixelsize=10
URxvt.font: xft:FiraCode Nerd Font Mono:style=Regular:pixelsize=15
! URxvt.font: xft:Liberation Mono:style=Regular:size=11
! URxvt.font: xft:monospace:pixelsize=13:style=regular
! URxvt.boldFont: xft:monospace:pixelsize=12:style=bold
URxvt*scrollBar: false
URxvt*mouseWheelScrollPage: false
URxvt*cursorBlink: true
URxvt*saveLines: 5000
URxvt.letterSpace: -1