-
Notifications
You must be signed in to change notification settings - Fork 0
/
etc##skel##.Xdefaults
115 lines (98 loc) · 4.11 KB
/
etc##skel##.Xdefaults
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
!This file is part of the minos-desktop-settings package
!------------------------------------------------------
! Last review Mon 29 Feb 2016 12:07:57 AM CST
!------------------------------------------------------
!======================================================
!======================= General ======================
!======================================================
!Xft.dpi: 96
!Xft.antialias: true
!Xft.rgba: rgb
!Xft.hinting: true
!Xft.hintstyle: hintslight
!======================================================
!======================== Theme =======================
!======================================================
!#Autogenerated by shundle-plugins/colorize
#include ".Xdefaults-theme-colorize"
!#include ".Xtheme/test.xtheme"
!======================================================
!======================== Urxvt =======================
!======================================================
!
!We add 8 more bits to store the Alpha(transparency)
!information.
!URxvt*transparent: true
!URxvt*depth: 32
!To change the shading change the Alpha value in
!background option. 0000 = full !transparent and ffff = no transparency
!URxvt*background: rgba:0000/0000/0000/dddd
! Red/Blue/Green/Alpha
URxvt*background: #000000
!URxvt*font: xft:Inconsolata:pixelsize=12
URxvt*font: xft:Inconsolata for Powerline:pixelsize=19
!URxvt*font: xft:Inconsolata Awesome:pixelsize=18
!URxvt*font: xft:Anonymous Pro Minus:pixelsize=12
!URxvt*font: xft:M+ 2m:pixelsize=12
!URxvt*font: xft:Iosevka:pixelsize=12
!URxvt*font: xft:ProFontWindows:pixelsize=11
!URxvt*font: xft:Cousine:pixelsize=18
!URxvt*font: xft:Bront:pixelsize=18
!URxvt*font: xft:Fira Code Retina:pixelsize=18
!URxvt*font: xft:Luculent:pixelsize=12
!URxvt*font: xft:Mensch:pixelsize=12
!URxvt*font: xft:Metrickal:pixelsize=12
!URxvt*font: xft:monoOne:pixelsize=12
!URxvt*font: xft:Monaco for Powerline:regular:size=8
!URxvt*font: xft:Symbola:pixelsize=18
URxvt*letterSpace: -1
URxvt*saveLines: 10000
URxvt*scrollBar: false
URxvt.urgentOnBell: true
URxvt*cursorBlink: true
!URxvt.reverseVideo: true
!URxvt*fading: 25%
!URxvt*internalBorder: 5
!URxvt.scrollstyle: plain
!Scroll settings. Thx kazuo http://tinyurl.com/2dae24d
! -Scroll when output come but not when you go back in to the buffer (with mouse
! scroll or shift pgup).
! -Scroll back to the end on key press (on program stop running and prompt is back
! it go back to the end too).
URxvt*scrollTtyOutput: false
URxvt*scrollWithBuffer: true
URxvt*scrollTtyKeypress:true
URxvt.print-pipe: cat > $(echo urxvt.dump.`date +'%Y%M%d%H%m%S'`)
URxvt.cutchars: "\\ `\"\'()*;<>[]{|}&,=?@^\:│─"
! === Plugins ===
URxvt.perl-lib: /usr/lib/urxvt/perl/
URxvt.perl-ext: mark-yank-urls,tabbedex,font-resize,clipboard
!URxvt.perl-lib: .urxvt/
!URxvt.perl-ext: mark-yank-urls,tabbedex,font-resize,clipboard,cursortail
!urlLauncher settings
URxvt.keysym.M-g: perl:mark-yank-urls:activate_mark_mode
URxvt*urlLauncher: x-www-browser
!tabbs
!remain consistent with switching between Linux virtual consoles.
!incompatible with irssi
!URxvt.keysym.M-Right: perl:tabbedex:move_tab_right
!URxvt.keysym.M-Left: perl:tabbedex:move_tab_left
URxvt.tabbed.title: false
URxvt.tabbed.title-fg: 10
URxvt.tabbed.title-bg: 0
URxvt.tabbed.tabbar-fg: 10
!URxvt.tabbed.tabbar-fg: 2
URxvt.tabbed.tabbar-bg: 0
URxvt.tabbed.tab-fg: 5
URxvt.tabbed.tab-bg: 0
URxvt.tabbed.autohide: true
!font-resize
URxvt.keysym.Control-plus: perl:font-resize:increase
URxvt.keysym.Control-minus: perl:font-resize:decrease
URxvt.keysym.Control-Shift-plus: perl:font-resize:incglobal
URxvt.keysym.Control-Shift-minus: perl:font-resize:decglobal
!clipboard
URxvt.iso14755: false
URxvt.keysym.Control-Shift-V: perl:clipboard:paste
URxvt.keysym.Control-Shift-C: perl:clipboard:copy
/* vim: set ts=4 sw=4 tw=0 ft=xdefaults :*/