-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources.bsd
31 lines (27 loc) · 883 Bytes
/
.Xresources.bsd
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
Xft.antialias: true
Xft.hinting: true
Xft.rgba: rgb
Xft.autohint: false
Xft.hintstyle: hintslight
Xft.lcdfilter: lcddefault
! fixed is the one true font - use iso10646 for unicode characters
*font : -misc-fixed-medium-r-semicondensed-*-16-*-*-*-*-*-iso10646-1
! ===== xidle
! drag pointer to lower left corner to lock screen
XIdle*position : sw
! and leave it there for one second.
XIdle*delay : 1
! also lock screen after 5 minutes idle
XIdle*timeout : 300
! ===== xlock
! actually turn the backlight off
XLock.dpmsoff : 1
! plain white-on-black lock screen
XLock.description : off
XLock.echokeys : off
XLock.info :
XLock.mode : blank
XLock.username : username:
XLock.password : password:
XLock.font : -misc-fixed-medium-r-normal-*-16-*-*-*-*-*-iso10646-1
XLock.planfont : -misc-fixed-medium-r-normal-*-16-*-*-*-*-*-iso10646-1