diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-11-20 21:22:51 +0100 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-11-20 21:22:51 +0100 |
commit | 2b2f3bb52175ff5a48656f70e5825a711ac1ea23 (patch) | |
tree | 4b7fb7acd3e9e5271319b0208d081655c181f5ef /Xdefaults | |
parent | 4604a1f920a9ce7be0fb7b21004c17ef66e17025 (diff) | |
download | dotfiles-2b2f3bb52175ff5a48656f70e5825a711ac1ea23.tar.gz dotfiles-2b2f3bb52175ff5a48656f70e5825a711ac1ea23.tar.bz2 dotfiles-2b2f3bb52175ff5a48656f70e5825a711ac1ea23.zip |
add defaults and resources
Diffstat (limited to 'Xdefaults')
-rw-r--r-- | Xdefaults | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/Xdefaults b/Xdefaults new file mode 100644 index 0000000..2921370 --- /dev/null +++ b/Xdefaults @@ -0,0 +1,58 @@ +!------------------------------------------------------------------------------- +! Xft settings +!------------------------------------------------------------------------------- + +Xft.dpi: 96 +Xft.antialias: true +Xft.rgba: rgb +Xft.hinting: true +Xft.hintstyle: hintslight + +!------------------------------------------------------------------------------- +! URxvt settings +! Colours lifted from Solarized (http://ethanschoonover.com/solarized) +! More info at: +! http://pod.tst.eu/http://cvs.schmorp.de/rxvt-unicode/doc/rxvt.1.pod +!------------------------------------------------------------------------------- + +URxvt.geometry: 90x30 +URxvt.transparent: true +URxvt.fading: 0 +! URxvt.urgentOnBell: true +! URxvt.visualBell: true +URxvt.loginShell: true +URxvt.lineSpace: 0 + +! Fonts +URxvt.allow_bold: true +URxvt.font: xft:DejaVu Sans Mono:pixelsize=14 + +! Fix font space +URxvt*letterSpace: -1 + +! Scrollbar +URxvt.scrollStyle: rxvt +URxvt.scrollBar: false + +! Perl extensions +!URxvt.perl-ext-common: default,matcher +URxvt.matcher.button: 1 +URxvt.urlLauncher: firefox + +! Cursor +URxvt.cursorBlink: true +URxvt.cursorColor: #657b83 +URxvt.cursorUnderline: false + +!URxvt*depth: 32 +URxvt*saveLines: 12000 + +! M-t for text select M-s for search +URxvt.perl-ext-common: default,matcher,keyboard-select,url-select +URxvt.keysym.M-t: perl:keyboard-select:activate +URxvt.keysym.M-s: perl:keyboard-select:search + +! M-u to select open copy links +!URxvt.perl-ext-common: ...,url-select +URxvt.keysym.M-u: perl:url-select:select_next + |