-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
54 lines (45 loc) · 1.83 KB
/
.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
! https://wiki.archlinux.org/index.php/X_resources
! Load Nord theme
#include ".config/xresources/themes/nord-xresources/src/nord"
! xft
! For Xft.dpi, using integer multiples of 96 usually works best, e.g. 192 for 200% scaling.
! https://wiki.archlinux.org/index.php/HiDPI#X_Resources
Xft.dpi: 96
! These might also be useful depending on your monitor and personal preference:
Xft.autohint: 0
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintfull
Xft.hinting: 1
Xft.antialias: 1
Xft.rgba: rgb
! Enable utf8 and half infinite lines
*utf8: 1
*saveLines: 999999
*scrollBar: false
! urxvt
! Fonts
URxvt.font: xft:Fira Code:style=Regular:pixelsize=12:antialias=true:hinting=full,\
xft:Noto Color Emoji,\
xft:Font Awesome:pixelsize=12:antialias=true:hinting=full
URxvt.boldFont: xft:Fira Code:style=Bold:pixelsize=12:antialias=true:hinting=full,\
xft:Noto Color Emoji,\
xft:Font Awesome:pixelsize=12:antialias=true:hinting=full
URxvt.italicFont: xft:Fira Code:style=Italic:pixelsize=12:antialias=true:hinting=full,\
xft:Noto Color Emoji,\
xft:Font Awesome:pixelsize=12:antialias=true:hinting=full
URxvt.boldItalicFont: xft:Fira Code:style=Bold Italic:pixelsize=12:antialias=true:hinting=full,\
xft:Noto Color Emoji,\
xft:Font Awesome:pixelsize=12:antialias=true:hinting=full
URxvt.letterSpace: 0
! Clickable urls
URxvt.perl-ext-common: default,matcher,selection-to-clipboard
URxvt.url-launcher: /usr/bin/xdg-open
URxvt.matcher.button: 1
URxvt.url-select.underline: true
! Disable default bindings for Control-Shift
URxvt.iso14755: false
URxvt.iso14755_52: false
! Control-Shift-C for copy
URxvt.keysym.C-C: eval:selection_to_clipboard
URxvt.keysym.C-V: eval:paste_clipboard
URxvt.keysym.Control-v: eval:paste_clipboard