dotfiles

dot files in ~
git clone git://git.unixkoans.com/dotfiles.git
Log | Files | Refs

.Xdefaults (1577B)


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
!
! author   : Xu Xiaodong <[email protected]>
! modified : 2016 Nov 17
!

!-- colorscheme & font --!
#include ".Xdefaults.d/colors/gruvbox_urxvt256"
#include ".Xdefaults.d/colors/gruvbox_dark"
#include ".Xdefaults.d/fonts/profont_wqy"

!-- xft --!
! hintstyle : hintnone | hintslight | hintmedium | hintfull
! lcdfilter : lcdnone  | lcddefault | lcdlight   | lcdlegacy
Xft.dpi:       96
Xft.antialias: true
Xft.autohint:  false
Xft.hinting:   true
Xft.hintstyle: hintslight
Xft.rgba:      rgb
Xft.lcdfilter: lcdlight

!-- cursor theme --!
Xcursor.theme: Neutral_Plus
Xcursor.size:  10

!-- urxvt base --!
URxvt.title:       URxvt
URxvt.geometry:    100x27
URxvt.loginShell:  true
URxvt.preeditType: Root
URxvt.saveLines:   65535

!-- urxvt look --!
URxvt.transparent:     false
URxvt.cursorBlink:     false
URxvt.scrollBar:       false
URxvt.intensityStyles: false
URxvt.fading:          20
URxvt.externalBorder:  0
URxvt.internalBorder:  6

!-- urxvt extension --!
URxvt.perl-lib:             /usr/lib/urxvt/perl/
URxvt.perl-ext-common:      default,keyboard-select,url-select,clipboard
URxvt.keysym.M-Escape:      perl:keyboard-select:activate
URxvt.keysym.M-s:           perl:keyboard-select:search
URxvt.keysym.M-u:           perl:url-select:select_next
URxvt.url-select.autocopy:  true
URxvt.url-select.button:    1
URxvt.url-select.launcher:  firefox
URxvt.url-select.underline: true
URxvt.keysym.M-c:           perl:clipboard:copy
URxvt.keysym.M-v:           perl:clipboard:paste
URxvt.keysym.M-C-v:         perl:clipboard:paste_escaped
URxvt.clipboard.autocopy:   true