-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
executable file
·63 lines (58 loc) · 1.82 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
57
58
59
60
61
62
63
!
! __ __
! \ \/ /_ _ ___ ___ ___ _ _ _ _ __ ___ ___
! _ > <| '_/ -_|_-</ _ \ || | '_/ _/ -_|_-<
! (_)_/\_\_| \___/__/\___/\_,_|_| \__\___/__/
!
! with many extensions
#include ".colors/frost"
!#include "/home/blackcat/.x/fonts/lemon"
URxvt.termName: rxvt-unicode
URxvt.geometry: 115x24+366+209
URxvt.internalBorder: 25
!URxvt.transparent: true
!URxvt.shading: 20
!URxvt.fadecolor: #0c0c0c
!URxvt.fading: 30
!URxvt.depth: 32
URxvt.scrollBar: false
URxvt.scrollBar_right: false
URxvt.saveLine: 10000
URxvt.iso14755: false
URxvt.iso14755_52: false
URxvt.letterSpace: -1
!URxvt.lineSpace: 1
URxvt.cursorUnderline: true
!URxvt.highlightColor:
!URxvt.hightlightTextColor:
URxvt.url-select.launcher: firefox
URxvt.url-select.underline: true
URxvt.loginShell: true
URxvt.perl-lib: /home/blackcat/.urxvt/urxvt-perls
URxvt.perl-ext-common: default,clipboard,keyboard-select,url-select,resize-font
URxvt.clipboard.autocopy: true
! Keybind
URxvt.keysym.Control-Alt-C: perl:clipboard:copy
URxvt.keysym.Control-Alt-V: perl:clipboard:paste
URxvt.keysym.M-Escape: perl:keyboard-select:activate
URxvt.keysym.C-Escape: perl:keyboard-select:activate
URxvt.keysym.C-u: perl:url-select:select_next
!URxvt.keysym.Home: \033[1~
!URxvt.keysym.End: \033[4~
!URxvt.keysym.KP_Home: \033[1~
!URxvt.keysym.KP_End: \033[4~
URxvt.resize-font.smaller: C-Down
URxvt.resize-font.bigger: C-Up
! Xft
Xft.antialias: true
Xft.autohint: true
Xft.dpi: 96
Xft.hinting: true
Xft.hintstyle: hintslight
Xft.lcdfilter: lcddefault
Xft.rgba: rgb
! Fonts
!URxvt*font: xft:M+ 2m medium:bold:pixelsize=10:antialias=true:hinting=true
URxvt*font: xft:Hack:Bold:pixelsize=9:antialias=true:hinting=true
!URxvt*font: xft:Fira Mono for Powerline:Bold:pixelsize=9:antialias=true:hinting=true
!URxvt*font: xft:Bitstream Vera Sans Mono Roman:pixelsize=8:antialias=true:hinting=true