-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXresources
56 lines (47 loc) · 1.66 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
55
56
!Emacs.FontBackend: xft
!Emacs.font: Ubuntu Mono-12
!!! Xterm !!!
XTerm*metaSendsEscape: true
!XTerm*font: xft:DejaVu Sans Mono :pixelsize=14
!XTerm*font: xft:Liberation Mono :pixelsize=18
XTerm*font: xft:UbuntuMono Nerd Font:pixelsize=48
XTerm*ximFont: xft:Noto Sans Mono CJK KR:pixelsize=18
!!! Xcursor !!!
Xcursor.size: 50
!!! Xft !!!
Xft.dpi: 192
Xft.antialias: true
Xft.hinting: true
Xft.autohint: false
Xft.hintstyle: hintslight
Xft.lcdfilter: lcddefault
Xft.rgba: rgb
Xft.embeddedbitmap: false
!Xft.embolden: true
!Xft.embolden: false
!!! URxvt !!!
!URxvt.font: xft:Liberation Mono :pixelsize=18
URxvt.font: xft:DejaVu Sans Mono:pixelsize=18
URxvt.letterSpace: -1
URxvt.scrollBar: false
URxvt.perl-ext-common: font-size,color-themes
!urxvt*transparent: true
!urxvt*shading: 20
!! font-size plugin
URxvt.keysym.C-M-equal: font-size:increase
URxvt.keysym.C-M-minus: font-size:decrease
URxvt.keysym.C-M-Up: font-size:incglobal
URxvt.keysym.C-M-Down: font-size:decglobal URxvt.keysym.C-M-0: font-size:reset
URxvt.keysym.C-M-9: font-size:show
!! color-themes plugin
URxvt.color-themes.themedir: ~/.themes/urxvt
!! URxvt.color-themes.preprocessor: $(/run/current-system/sw/bin/nix-build "<nixpkgs>" -A clang --no-out-link)/bin/cpp
URxvt.color-themes.preprocessor: $HOME/.nix-profile/bin/cpp
URxvt.keysym.C-M-j: perl:color-themes:next
URxvt.keysym.C-M-k: perl:color-themes:prev
URxvt.color-themes.state-file: ~/.urxvt-theme
URxvt.color-themes.autosave: 1
URxvt.keysym.M-C-l: perl:color-themes:load-state
URxvt.keysym.M-C-s: perl:color-themes:save-state
st.font: JetBrains Mono Nerd Font:pixelsize=18:antialias=true:autohint=true;
st.opacity: 223