-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
60 lines (51 loc) · 2.6 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
! font settings --------------------------------------------------------------
URxvt.keysym.C-Up: perl:font-size:increase
URxvt.keysym.C-Down: perl:font-size:decrease
URxvt.keysym.C-S-Up: perl:font-size:incglobal
URxvt.keysym.C-S-Down: perl:font-size:decglobal
! URxvt Extensions -----------------------------------------------------------
URxvt.perl-ext-common: ...,default,matcher,clipboard
! URxvt Tab ------------------------------------------------------------------
URxvt.tabbed.tabbar-fg: 8
URxvt.tabbed.tabbar-bg: 0
URxvt.tabbed.tab-fg: 0
URxvt.tabbed.tab-bg: 3
! URxvt Font Family Locale ---------------------------------------------------
URxvt.font: xft:Source Code Pro:size=8:antialias=true
URxvt.imLocale: en_US.UTF-8
URxvt.url-launcher: /usr/bin/firefox
URxvt.matcher.button: 1
! URxvt Copypaste ------------------------------------------------------------
URxvt.iso14755: false
URxvt.keysym.Shift-Control-C: perl:clipboard:copy
URxvt.keysym.Shift-Control-V: perl:clipboard:paste
URxvt.clipboard.copycmd: xsel -ib
URxvt.clipboard.pastecmd: xsel -ob
! DZEN2 ------------------------
dzen2.font: -*-cure-*-*-9-*-*-*-*-*-*-*-*-*
! xscreensaver ---------------------------------------------------------------
!font settings
xscreensaver.Dialog.headingFont: -*-fixed-medium-r-*-*-14-*-*-*-*-*-*-*
xscreensaver.Dialog.bodyFont: -*-fixed-medium-r-*-*-14-*-*-*-*-*-*-*
xscreensaver.Dialog.labelFont: -*-fixed-medium-r-*-*-14-*-*-*-*-*-*-*
xscreensaver.Dialog.unameFont: -*-fixed-medium-r-*-*-14-*-*-*-*-*-*-*
xscreensaver.Dialog.buttonFont: -*-fixed-medium-r-*-*-14-*-*-*-*-*-*-*
xscreensaver.Dialog.dateFont: -*-fixed-medium-r-*-*-12-*-*-*-*-*-*-*
xscreensaver.passwd.passwdFont: -*-fixed-medium-r-*-*-14-*-*-*-*-*-*-*
!general dialog box (affects main hostname, username, password text)
xscreensaver.Dialog.foreground: #101010
xscreensaver.Dialog.background: #D8D8D8
xscreensaver.Dialog.topShadowColor: #D8D8D8
xscreensaver.Dialog.bottomShadowColor: #D8D8D8
xscreensaver.Dialog.Button.foreground: #101010
xscreensaver.Dialog.Button.background: #E5E5E5
!username/password input box and date text colour
xscreensaver.Dialog.text.foreground: #101010
xscreensaver.Dialog.text.background: #E5E5E5
xscreensaver.Dialog.internalBorderWidth:24
xscreensaver.Dialog.borderWidth: 0
xscreensaver.Dialog.shadowThickness: 2
!timeout bar (background is actually determined by Dialog.text.background)
xscreensaver.passwd.thermometer.foreground: #101010
xscreensaver.passwd.thermometer.background: #2E2E2E
xscreensaver.passwd.thermometer.width: 8