-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
61 lines (57 loc) · 2.15 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
xscreensaver.mode: blank
xscreensaver.timeout: 0:03:00
xscreensaver.cycle: 0:03:00
xscreensaver.lockTimeout: 0:03:00
xscreensaver.passwdTimeout: 0:00:20
xscreensaver.dpmsEnabled: true
xscreensaver.dpmsQuickoffEnabled: false
xscreensaver.dpmsStandby: 0:03:10
xscreensaver.dpmsSuspend: 0:03:10
xscreensaver.dpmsOff: 0:05:10
xscreensaver.lock: true
xscreensaver.splash: false
xscreensaver.logFile: /home/mike/xscreensaver.log
xscreensaver.Dialog.headingFont: -*-*-bold-r-*--12-*-*-*-*-*-*-*
xscreensaver.Dialog.bodyFont: -*-*-medium-r-*-*-12-*-*-*-*-*-*-*
xscreensaver.Dialog.labelFont: -*-*-medium-r-*-*-12-*-*-*-*-*-*-*
xscreensaver.Dialog.unameFont: -*-*-medium-r-*-*-12-*-*-*-*-*-*-*
xscreensaver.Dialog.buttonFont: -*-*-bold-r-*-*-12-*-*-*-*-*-*-*
xscreensaver.Dialog.dateFont: -*-*-medium-r-*-*-12-*-*-*-*-*-*-*
xscreensaver.passwd.passwdFont: -*-*-bold-r-*-*-12-*-*-*-*-*-*-*
!Disables the insanely annoying Ctrl+Shift shortcut that enters ISO14755 mode
URxvt.iso14755: false
URxvt.iso14755_52: false
! Disable Ctrl-Alt-c & Ctrl-Alt-v bindings (optional)
URxvt.keysym.C-M-c: builtin-string:
URxvt.keysym.C-M-v: builtin-string:
! Bind Ctrl-Shift-c & Ctrl-Shift-v to copy and paste
! I dont know why, but I needed to use hex keysym values to get it to work
URxvt.keysym.C-S-0x43: eval:selection_to_clipboard
URxvt.keysym.C-S-0x56: eval:paste_clipboard
URxvt*background: black
URxvt*foreground: gray
URxvt*highlightTextColor: #f0f0f0
URxvt*scrollBar: false
URxvt*scrollBar_right: true
URxvt*scrollWithBuffer: true
URxvt*saveLines: 1000
URxvt*cursorBlink: true
! https://wiki.archlinux.org/index.php/Rxvt-unicode#Yankable_URLs_.28no_mouse.29
URxvt.perl-lib: /usr/lib/urxvt/perl/
URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select
URxvt.url-launcher: chromium
URxvt.matcher.button: 1
URxvt.url-select.launcher: chromium
URxvt.url-select.underline: true
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.keysym.M-Escape: perl:keyboard-select:activate
URxvt.keysym.M-s: perl:keyboard-select:search
URxvt.secondaryScreen: 1
URxvt.secondaryScroll: 0
Xft.antialias: 1
Xft.autohint: 0
Xft.dpi: 96
Xft.hinting: 1
Xft.hintstyle: hintfull
Xft.lcdfilter: lcddefault
Xft.rgba: rgb