-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathXresources
More file actions
231 lines (191 loc) · 7.74 KB
/
Copy pathXresources
File metadata and controls
231 lines (191 loc) · 7.74 KB
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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
! URxvt configuration
!
! * http://wiki.gentoo.org/wiki/Rxvt-unicode
! ------------------------------------------------------------------------------
!URxvt.font: xft:Ubuntu Mono:pixelsize=14:style=Regular
URxvt.font: xft:Anonymous Pro for Powerline:pixelsize=14:antialias=3:autohint=1:hintstyle=3
URxvt.allow_bold: true
URxvt.inheritPixmap: true
URxvt.transparent: true
URxvt.antialias: true
URxvt.hinting: true
URxvt.shading: 30
URxvt.depth: 32
URxvt.tintColor: gray30
URxvt.internalBorder: 0
URxvt.jumpScroll: true
URxvt.urgentOnBell: true
URxvt.visualBell: false
URxvt.loginShell: false
URxvt.perl-ext-common: default,matcher,searchable-scrollback
URxvt.pointerBlank: true
URxvt.saveLines: 4000
URxvt.secondaryScroll: true
URxvt.scrollBar: false
URxvt.scrollTtyKeypress:true
URxvt.scrollWithBuffer: true
URxvt.urlLauncher: /usr/bin/chromium-browser
URxvt.colorUL: #c5f779
URxvt.underlineColor: #c5f779
URxvt.cursorColor: gray
URxvt.background: #0F0F0F
URxvt.foreground: #F5DEB3
!URxvt.iso14755: false
!URxvt.iso14755_52: false
! Xft configuration
!
! ------------------------------------------------------------------------------
Xft*dpi: 96
Xft*antialias: true
Xft*autohint: true
Xft*rgba: vbgr
Xft*hinting: full
Xft*hintstyle: hintslight
! Xterm -- xcolors.net (Zenburn)
!
! ------------------------------------------------------------------------------
xterm*faceName: Anonymous Pro for Powerline
xterm*faceSize: 11
xterm*locale: true
xterm*antialias: true
xterm*hinting: true
xterm*lcdfilter: 1
xterm*ScrollBar: off
xterm*TitleBar: off
xterm*toolBar: false
xterm*Border: off
xterm*AllowIconInput: on
xterm*termtype: vt100
xterm*Title: off
xterm*clientDecoration: none
xterm*visualBell: false
xterm*cutNewLine: false
xterm*cutToBeginningOfLine: false
xterm*charClass: 33:48,35:48,37:48,42:48,45-47:48,64:48,95:48,126:48
! XScreensaver
!
! ------------------------------------------------------------------------------
xscreensaver.mode: random
xscreensaver.timeout: 0:10:00
xscreensaver.cycle: 0:10:00
xscreensaver.lockTimeout: 0:00:00
xscreensaver.passwdTimeout: 0:00:30
xscreensaver.dpmsEnabled: False
xscreensaver.dpmsQuickoffEnabled: False
xscreensaver.dpmsStandby: 1:00:00
xscreensaver.dpmsSuspend: 1:00:00
xscreensaver.dpmsOff: 2:00:00
xscreensaver.grabDesktopImages: True
xscreensaver.grabVideoFrames: False
xscreensaver.chooseRandomImages: True
! This can be a local directory name, or the URL of an RSS or Atom feed.
xscreensaver.imageDirectory: /home/frank/pictures/wallpapers
xscreensaver.nice: 10
xscreensaver.memoryLimit: 0
xscreensaver.lock: False
xscreensaver.verbose: False
xscreensaver.timestamp: True
xscreensaver.fade: True
xscreensaver.unfade: False
xscreensaver.fadeSeconds: 0:00:03
xscreensaver.fadeTicks: 20
xscreensaver.splash: True
xscreensaver.splashDuration: 0:00:05
xscreensaver.visualID: default
xscreensaver.captureStderr: True
xscreensaver.ignoreUninstalledPrograms: False
xscreensaver.textMode: file
xscreensaver.textLiteral: XScreenSaver
xscreensaver.textFile:
xscreensaver.textProgram: fortune
xscreensaver.textURL: http://en.wikipedia.org/w/index.php?title=Special:NewPages&feed=rss
xscreensaver.overlayTextForeground: #FFFF00
xscreensaver.overlayTextBackground: #000000
xscreensaver.overlayStderr: True
xscreensaver.font: *-medium-r-*-140-*-m-*
! The default is to use these extensions if available (as noted.)
xscreensaver.sgiSaverExtension: True
xscreensaver.xidleExtension: True
xscreensaver.procInterrupts: True
! Turning this on makes pointerHysteresis not work.
xscreensaver.xinputExtensionDev: False
! Set this to True if you are experiencing longstanding XFree86 bug #421
! (xscreensaver not covering the whole screen)
xscreensaver.GetViewPortIsFullOfLies: False
! This is what the "Demo" button on the splash screen runs (/bin/sh syntax.)
xscreensaver.demoCommand: xscreensaver-demo
! This is what the "Prefs" button on the splash screen runs (/bin/sh syntax.)
xscreensaver.prefsCommand: xscreensaver-demo -prefs
! This is the URL loaded by the "Help" button on the splash screen,
! and by the "Documentation" menu item in xscreensaver-demo.
xscreensaver.helpURL: http://www.jwz.org/xscreensaver/man.html
! loadURL -- how the "Help" buttons load the helpURL (/bin/sh syntax.)
xscreensaver.loadURL: firefox '%s' || mozilla '%s' || netscape '%s'
! manualCommand -- how the "Documentation" buttons display man pages.
xscreensaver.manualCommand: xterm -sb -fg black -bg gray75 -T '%s manual' -e /bin/sh -c 'man "%s" ; read foo'
! The format used for printing the date and time in the password dialog box
! To show the time only: %I:%M %p
! For 24 hour time: %H:%M
xscreensaver.dateFormat: %d-%b-%y (%a); %I:%M %p
! This command is executed by the "New Login" button on the lock dialog.
! (That button does not appear on the dialog if this program does not exist.)
! For Gnome: probably "gdmflexiserver -ls". KDE, probably "kdmctl reserve".
! Or maybe yet another wheel-reinvention, "lxdm -c USER_SWITCH".
xscreensaver.newLoginCommand: kdmctl reserve
xscreensaver.installColormap: True
xscreensaver.pointerPollTime: 0:00:05
xscreensaver.pointerHysteresis: 10
xscreensaver.initialDelay: 0:00:00
xscreensaver.windowCreationTimeout: 0:00:30
xscreensaver.bourneShell: /bin/sh
! Resources for the password and splash-screen dialog boxes of
! the "xscreensaver" daemon.
xscreensaver.Dialog.headingFont: *-helvetica-bold-r-*-*-*-180-*-*-*-iso8859-1
xscreensaver.Dialog.bodyFont: *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1
xscreensaver.Dialog.labelFont: *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1
xscreensaver.Dialog.unameFont: *-helvetica-bold-r-*-*-*-120-*-*-*-iso8859-1
xscreensaver.Dialog.buttonFont: *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1
xscreensaver.Dialog.dateFont: *-helvetica-medium-r-*-*-*-80-*-*-*-iso8859-1
! Helvetica asterisks look terrible.
xscreensaver.passwd.passwdFont: *-courier-medium-r-*-*-*-140-*-*-*-iso8859-1
xscreensaver.Dialog.foreground: #000000
xscreensaver.Dialog.background: #E6E6E6
xscreensaver.Dialog.Button.foreground: #000000
xscreensaver.Dialog.Button.background: #F5F5F5
!*Dialog.Button.pointBackground: #EAEAEA
!*Dialog.Button.clickBackground: #C3C3C3
xscreensaver.Dialog.text.foreground: #000000
xscreensaver.Dialog.text.background: #FFFFFF
xscreensaver.passwd.thermometer.foreground: #4464AC
xscreensaver.passwd.thermometer.background: #FFFFFF
xscreensaver.Dialog.topShadowColor: #FFFFFF
xscreensaver.Dialog.bottomShadowColor: #CECECE
xscreensaver.Dialog.logo.width: 210
xscreensaver.Dialog.logo.height: 210
xscreensaver.Dialog.internalBorderWidth: 24
xscreensaver.Dialog.borderWidth: 1
xscreensaver.Dialog.shadowThickness: 2
xscreensaver.passwd.heading.label: XScreenSaver %s
xscreensaver.passwd.body.label: This screen is locked.
xscreensaver.passwd.unlock.label: OK
xscreensaver.passwd.login.label: New Login
xscreensaver.passwd.user.label: Username:
xscreensaver.passwd.thermometer.width: 8
xscreensaver.passwd.asterisks: True
xscreensaver.passwd.uname: True
!
! KeepassX Colors
!
! ------------------------------------------------------------------------------
keepassx*background: #cfcfcf
keepassx*foreground: #222222
! ROFI Theme
!
!
! ------------------------------------------------------------------------------
rofi.theme: /home/frank/dotfiles/rofi/flat-orange.rasi
!
! Include Xcolors
! ------------------------------------------------------------------------------
#include "/home/frank/dotfiles/Xcolors/gjm"
! vim: set filetype=xdefaults