blob: 67d6f1a1c2e8fafdaec786edd3eda756ccf12c9b (
plain)
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
|
! URXVT !
! General settings
URxvt.loginShell : true
URxvt.termName : rxvt-256color
URxvt.urgentOnBell : true
! Custom META key
URxvt*modifier: alt
! Copy-paste configuration
URxvt.clipboard.copycmd: xclip -i -selection clipboard
URxvt.clipboard.pastecmd: xclip -o -selection clipboard
! Perl extensions configuration
URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select,resize
URxvt.url-select.launcher: /usr/bin/xdg-open
URxvt.url-select.underline: true
! Key bindings for extensions
URxvt.keysym.M-Escape: perl:keyboard-select:activate
URxvt.keysym.M-s: perl:keyboard-select:search
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.keysym.M-y: perl:clipboard:copy
URxvt.keysym.M-p: perl:clipboard:paste
URxvt.resize-font.smaller: C-minus
URxvt.resize-font.bigger: C-plus
! Appearance
/* URxvt*font: xft:DejaVu Sans Mono:size=12 */
URxvt*font: xft:monaco:size=11.5
URxvt*scrollBar: false
URxvt*internalBorder: 0
URxvt.fading: 35
! $TERM environment variable
XTerm*termName: rxvt-256color
|