blob: 135f673e8fda89c8ba8e57f016e7d80369caf072 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
URxvt.background: black
URxvt.foreground: white
URxvt.scrollBar: false
URxvt.font: xft:DejaVu Sans Mono:pixelsize=10
URxvt.saveLines: 0
URxvt.cutchars:
URxvt.urgentOnBell: true
URxvt.perl-ext-common: url-select,keyboard-select
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.url-select.launcher: /home/gkleen/.nix-profile/bin/cliparg
URxvt.url-select.underline: true
URxvt.perl-lib: /run/current-system/sw/lib/urxvt/perl/
|