-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
74 lines (63 loc) · 1.96 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
! .Xresources
! Define which theme to use here, but include it after everything else.
!#define THEME ".config/Xresources.d/molokai-theme"
#define THEME ".config/Xresources.d/solarized-theme"
!#define SOLARIZED_THEME_DARK
#define SOLARIZED_THEME_LIGHT
Xft.dpi: 200.24
! Font configuration.
Xft.antialias: true
Xft.hinting: true
Xft.rgba: rgb
Xft.autohint: true
Xft.hintstyle: hintfull
Xft.lcdfilter: lcddefault
! NOTE: fonts for [u]rxvt are specified in .config/Xresources.d/urxvt.
XTerm*faceName: SauceCodePro NF
XTerm*faceSize: 5
! Process ~/.profile, if it exists.
XTerm*loginShell: true
! Present meta-chars as single chars with 8th bit set
XTerm*eightBitInput: true
! Send DEL instead of ^?
XTerm*deleteIsDEL: false
! Automatically use *-color resource files if they exist.
*customization: -color
! Cursor tweaks
XTerm*cursorBlink: true
XTerm*cursorOffTime: 750
XTerm*cursorOnTime: 750
*bellIsUrgent: true
! Hide the pointer when typing
XTerm*pointerMode: 1
! Scrollbar tweaks
XTerm*scrollBar: false
! Put the scrollbar on the right
XTerm*rightScrollBar: true
! Scroll to the bottom when a key is pressed
XTerm*scrollKey: true
! Do not scroll on output
XTerm*scrollTtyOutput: false
! xidle config
! How long to wait before running the program when the pointer is placed
! in the hot-corner
XIdle.Delay: 5
! The hot-corner
XIdle.Position: sw
! The program to run
XIdle.Program: xlock
! How long to wait before running the Program
XIdle.Timeout: 900
! XLock config
! Delay 30 seconds before requiring a password
XLock.lockdelay: 30
! The screensaver to use
XLock.mode: fzort
! Show when you are typing
XLock.echokeys: on
! Print *'s instead of ?'s
XLock.echokey: *
! Suspend the monitor after 10 minutes
XLock.dpmssuspend: 600
#include THEME
#include ".config/Xresources.d/urxvt"