-
Notifications
You must be signed in to change notification settings - Fork 3
/
.Xresources
32 lines (30 loc) · 1018 Bytes
/
.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
! URxvt
URxvt.perl-ext-common: default,clipboard,matcher,url-select,keyboard-select,tabbedex
URxvt.background: Black
URxvt.foreground: White
URxvt.font: xft:Source Code Pro:style=Regular:size=12
URxvt.depth: 24
URxvt.iso14755: false
URxvt.scrollBar: false
URxvt.scrollTtyOutput: false
URxvt.scrollWithBuffer: false
URxvt.scrollTtyKeypress: true
URxvt.url-launcher: xdg-open
URxvt.matcher.button: 1
URxvt.url-select.launcher: xdg-open
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.keysym.C-C: perl:clipboard:copy
URxvt.keysym.C-V: perl:clipboard:paste
URxvt.keysym.C-M-V: perl:clipboard:paste_escaped
URxvt.keysym.Home: \033[7~
URxvt.keysym.End: \033[8~
URxvt.print-pipe: "cat > /dev/null"
! XLock
XLock.fontset: -*-helvetica-medium-r-normal-*-24-*-*-*-*-*-*
XLock.planfontset: -*-helvetica-medium-r-normal-*-24-*-*-*-*-*-*
XLock.dpmsstandby: 7
! Gnuplot
gnuplot.encoding: utf-8