diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-07-03 21:35:20 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-07-03 21:35:20 +0200 |
commit | e79384f8227e06ccbd015d55d2bd6f92dfaaea1a (patch) | |
tree | b7bc2fe0d308daf5919ef77c9745f7db4e538ded | |
parent | 377401ceefea6772915071267625cd02c066f86e (diff) | |
download | dotfiles-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-- | .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 | ||