summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-07-03 21:35:20 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-07-03 21:35:20 +0200
commite79384f8227e06ccbd015d55d2bd6f92dfaaea1a (patch)
treeb7bc2fe0d308daf5919ef77c9745f7db4e538ded
parent377401ceefea6772915071267625cd02c066f86e (diff)
downloaddotfiles-e79384f8227e06ccbd015d55d2bd6f92dfaaea1a.tar
dotfiles-e79384f8227e06ccbd015d55d2bd6f92dfaaea1a.tar.gz
dotfiles-e79384f8227e06ccbd015d55d2bd6f92dfaaea1a.tar.bz2
dotfiles-e79384f8227e06ccbd015d55d2bd6f92dfaaea1a.tar.xz
dotfiles-e79384f8227e06ccbd015d55d2bd6f92dfaaea1a.zip
Copied .Xdefaults from SkaĆ°i
-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