From e79384f8227e06ccbd015d55d2bd6f92dfaaea1a Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 3 Jul 2015 21:35:20 +0200 Subject: =?UTF-8?q?Copied=20.Xdefaults=20from=20Ska=C3=B0i?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .Xdefaults | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .Xdefaults diff --git a/.Xdefaults b/.Xdefaults new file mode 100644 index 0000000..135f673 --- /dev/null +++ b/.Xdefaults @@ -0,0 +1,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/ \ No newline at end of file -- cgit v1.2.3