diff options
Diffstat (limited to '.Xdefaults')
-rw-r--r-- | .Xdefaults | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.Xdefaults b/.Xdefaults new file mode 100644 index 0000000..135f673 --- /dev/null +++ b/.Xdefaults | |||
@@ -0,0 +1,14 @@ | |||
1 | URxvt.background: black | ||
2 | URxvt.foreground: white | ||
3 | URxvt.scrollBar: false | ||
4 | URxvt.font: xft:DejaVu Sans Mono:pixelsize=10 | ||
5 | URxvt.saveLines: 0 | ||
6 | URxvt.cutchars: | ||
7 | URxvt.urgentOnBell: true | ||
8 | URxvt.perl-ext-common: url-select,keyboard-select | ||
9 | URxvt.keysym.M-u: perl:url-select:select_next | ||
10 | URxvt.keysym.M-Escape: perl:keyboard-select:activate | ||
11 | URxvt.keysym.M-s: perl:keyboard-select:search | ||
12 | URxvt.url-select.launcher: /home/gkleen/.nix-profile/bin/cliparg | ||
13 | URxvt.url-select.underline: true | ||
14 | URxvt.perl-lib: /run/current-system/sw/lib/urxvt/perl/ \ No newline at end of file | ||