-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.Xdefaults
55 lines (52 loc) · 2.05 KB
/
.Xdefaults
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
! __ __ _ __ _ _
! \ \/ /__| | ___ / _| __ _ _ _| | |_ ___
! \ // _` |/ _ \ |_ / _` | | | | | __/ __|
! / \ (_| | __/ _| (_| | |_| | | |_\__ \
! /_/\_\__,_|\___|_| \__,_|\__,_|_|\__|___/
! ##############
! urxvt settings
! ##############
urxvt.buffered: false
urxvt*saveLines: 999
urxvt.letterSpace: 0
urxvt.cursorUnderline: false
urxvt.cursorBlink: false
urxvt.urgentOnBell: true
urxvt.inheritPixmap: false
urxvt.geometry: 80x24-500+400
urxvt.scrollBar: false
urxvt.depth: 32
urxvt.imLocale: en_US.UTF-8
urxvt.borderLess: false
urxvt.pointerBlank: true
urxvt.pointerBlankDelay: 4
urxvt*iconFile: /usr/share/icons/FlatWoken/scalable/apps/xterm.svg
urxvt.iso14755: false
! no ISO 14755 mode (fix for C-M-v)
urxvt.iso14755_52: false
! do not scroll with output
URxvt*scrollTtyOutput: false
! scroll in relation to buffer (with mouse scroll or Shift+Page Up)
URxvt*scrollWithBuffer: true
! scroll back to the bottom on keypress
URxvt*scrollTtyKeypress: true
urxvt.perl-ext-common: default -searchable-scrollback,matcher,keyboard-select,clipboard
urxvt.keysym.M-u: perl:url-select:select_next
urxvt.keysym.C-b: perl:clipboard:paste_escaped
urxvt.matcher.button: 1
urxvt.matcher.rend.0: -Uline fg16
urxvt.urlLauncher: /usr/bin/chromium
URxvt.url-select.underline: true
URxvt.url-select.launcher: /usr/bin/xdg-open
urxvt.clipboard.autocopy: true
urxvt.clipboard.copycmd: xsel --input --clipboard
urxvt.clipboard.pastecmd: xsel --output --clipboard
urxvt.keysym.C-M-c: perl:clipboard:copy
urxvt.keysym.C-V: perl:clipboard:paste
urxvt.keysym.M-r: perl:keyboard-select:search
urxvt.font-size.step: 4
urxvt.intensityStyles: false
URxvt.keysym.Home: \033[1~
URxvt.keysym.End: \033[4~
URxvt.keysym.KP_Home: \033[1~
URxvt.keysym.KP_End: \033[4~