-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
136 lines (117 loc) · 3.73 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
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
! special
*.foreground: #babdb6
*.background: #000000
*.cursorColor: #babdb6
! black
*.color0: #2e3436
*.color8: #555753
! red
*.color1: #cc0000
*.color9: #ef2929
! green
*.color2: #4e9a06
*.color10: #8ae234
! yellow
*.color3: #c4a000
*.color11: #fce94f
! blue
*.color4: #3465a4
*.color12: #729fcf
! magenta
*.color5: #75507b
*.color13: #ad7fa8
! cyan
*.color6: #06989a
*.color14: #34e2e2
! white
*.color7: #d3d7cf
*.color15: #eeeeec
Xft.autohint: 0
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintsfull
Xft.hinting: 1
Xft.antialias: 1
Xft.rgba: rgb
!#Appearence
URxvt*visualBell: false
URxvt*scrollBar: false
URxvt.letterSpace: -1
*.charClass: 33:48,35:48,37:48,43:48,45-47:48,64:48,95:48,126:48,35:48,58:48,63:48,61:48,44:48,38:48,59:48
*.saveLines: 4096
*.scrollBar: false
xterm*dynamicColors: true
xterm*eightBitInput: true
xterm*saveLines: 512
xterm*scrollKey: true
xterm*scrollTtyOutput: false
xterm*scrollBar: true
xterm*rightScrollBar: true
xterm*jumpScroll: true
xterm*multiScroll: true
xterm*toolBar: false
URxvt.iso14755: false
URxvt*cursorUnderline: true
URxvt.loginShell: true
URxvt.scrollWithBuffer: true
URxvt.scrollTtyKeypress: true
URxvt.termName: rxvt-unicode-256color
URxvt.url-launcher: /usr/bin/firefox
URxvt.matcher.button: 1
URxvt.borderColor: 0
URxvt.internalBorder: 1
urxvt*depth: 32
urxvt*background: rgba:0000/0000/0200/c800
URxvt*cutchars: '"'()*<>[]{|}
! Perl Extentions
URxvt.perl-ext-common: default,matcher,clipboard,tabbedex,resize-font,fullscreen
! Clipboard
URxvt.clipboard.copycmd: xsel -ib
URxvt.clipboard.pastecmd: xsel -ob
URxvt.keysym.S-C-C: perl:clipboard:copy
URxvt.keysym.S-C-V: perl:clipboard:paste
! Fullscreen
URxvt.keysym.F11: perl:fullscreen:switch
! Tabbedex
URxvt.tabbed.autohide: yes
URxvt.tabbed.title: yes
URxvt.tabbed.tab-bg: 0
URxvt.tabbed.tab-fg: 15
URxvt.tabbed.tabbar-bg: 0
URxvt.tabbed.tabbar-fg: 8
!#URxvt*font: xft:Noto Sans Mono:medium:size=10,xft:Noto Color Emoji:medium:size=10
URxvt*font:\
xft:Source Code Pro:size=12:antialias=true,\
xft:xos4 Terminus:size=12:antialias=true,\
xft:size=12:Noto Sans Mono CJK TC:Thin:antialias=true,\
xft:size=10:Twitter Color Emoji
*colorBD: #004DA6
*colorUL: #008C8C
rofi.modi: drun,window,run,ssh
rofi.width: 15
rofi.lines: 5
rofi.font: Source Code Pro 9
! "Y-offset relative to location" Set from: Default
! rofi.yoffset: 0
! "X-offset relative to location" Set from: Default
! rofi.xoffset: 0
rofi.matching: regex
rofi.show-icons: true
! "Enable sidebar-mode" Set from: Default
! rofi.sidebar-mode: false
rofi.line-margin: 5
rofi.separator-style: dash
rofi.hide-scrollbar: true
rofi.fake-transparency: true
! "Background to use for fake transparency. (background or screenshot)" Set from: Default
! rofi.fake-background: screenshot
rofi.color-normal: #000000, #747474, #000000, #000000, #dddcff
! "Color scheme for urgent row" Set from: XResources
rofi.color-urgent: #000000, #cc9393, #000000, #000000, #e62424
! "Color scheme for active row" Set from: XResources
rofi.color-active: #000000, #646464, #000000, #000000, #dddcff
! "Color scheme window" Set from: XResources
rofi.color-window: #000000, #292929, #747474
! "Directory containing plugins" Set from: Default
! rofi.plugin-path: /usr/lib/rofi
! "Pidfile location" Set from: Default
! rofi.pid: /run/user/1000/rofi.pid