summaryrefslogtreecommitdiff
path: root/.Xdefaults
diff options
context:
space:
mode:
Diffstat (limited to '.Xdefaults')
-rw-r--r--.Xdefaults14
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 @@
1URxvt.background: black
2URxvt.foreground: white
3URxvt.scrollBar: false
4URxvt.font: xft:DejaVu Sans Mono:pixelsize=10
5URxvt.saveLines: 0
6URxvt.cutchars:
7URxvt.urgentOnBell: true
8URxvt.perl-ext-common: url-select,keyboard-select
9URxvt.keysym.M-u: perl:url-select:select_next
10URxvt.keysym.M-Escape: perl:keyboard-select:activate
11URxvt.keysym.M-s: perl:keyboard-select:search
12URxvt.url-select.launcher: /home/gkleen/.nix-profile/bin/cliparg
13URxvt.url-select.underline: true
14URxvt.perl-lib: /run/current-system/sw/lib/urxvt/perl/ \ No newline at end of file