diff options
author | Adrian Kummerländer | 2014-01-29 17:32:02 +0100 |
---|---|---|
committer | Adrian Kummerländer | 2014-01-29 17:32:02 +0100 |
commit | a75c4fb7155dbdbec32725c94c596c81752e0011 (patch) | |
tree | 39756904ba8ca8779551f21c6b9e07757e48777c /urxvt | |
download | dotfiles-a75c4fb7155dbdbec32725c94c596c81752e0011.tar dotfiles-a75c4fb7155dbdbec32725c94c596c81752e0011.tar.gz dotfiles-a75c4fb7155dbdbec32725c94c596c81752e0011.tar.bz2 dotfiles-a75c4fb7155dbdbec32725c94c596c81752e0011.tar.lz dotfiles-a75c4fb7155dbdbec32725c94c596c81752e0011.tar.xz dotfiles-a75c4fb7155dbdbec32725c94c596c81752e0011.tar.zst dotfiles-a75c4fb7155dbdbec32725c94c596c81752e0011.zip |
Initial commit of my current dotfiles
Diffstat (limited to 'urxvt')
-rw-r--r-- | urxvt/.Xresources | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/urxvt/.Xresources b/urxvt/.Xresources new file mode 100644 index 0000000..f8f17bb --- /dev/null +++ b/urxvt/.Xresources @@ -0,0 +1,15 @@ +URxvt.foreground: white +URxvt.background: black +URxvt.scrollBar: false +URxvt.transparent: false +URxvt.font: xft:monospace:size=8 +URxvt.perl-ext-common: vtwheel,matcher,clipboard +URxvt.saveLines: 10000 +URxvt.inheritPixmap: false +URxvt.matcher.button: 1 +URxvt.matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-] +URxvt.urlLauncher: firefox +URxvt.keysym.Control-Up: \033[1;5A +URxvt.keysym.Control-Down: \033[1;5B +URxvt.keysym.Control-Left: \033[1;5D +URxvt.keysym.Control-Right: \033[1;5C |