diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-08-18 02:38:33 +0200 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-08-18 02:38:33 +0200 |
commit | 6efac1a12c8ab0b7d96a8d342fbd74fce35e8c42 (patch) | |
tree | 93ebfb332b3a231931fe1b1276632bdaa33fa6e4 /Xdefaults | |
parent | c021038355b6773ab13dae92327fda50c366395f (diff) | |
download | dotfiles-6efac1a12c8ab0b7d96a8d342fbd74fce35e8c42.tar.gz dotfiles-6efac1a12c8ab0b7d96a8d342fbd74fce35e8c42.tar.bz2 dotfiles-6efac1a12c8ab0b7d96a8d342fbd74fce35e8c42.zip |
Organise everything systematically.
Diffstat (limited to 'Xdefaults')
-rw-r--r-- | Xdefaults | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/Xdefaults b/Xdefaults deleted file mode 100644 index 8130535..0000000 --- a/Xdefaults +++ /dev/null @@ -1,59 +0,0 @@ -!------------------------------------------------------------------------------- -! 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: false -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=11 - -! 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: uzbl-browser - -! 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 -URxvt.url-select.launcher: /home/vasko/.tools/firesend - |