diff options
author | xero <x@xero.nu> | 2014-03-08 22:08:40 -0500 |
---|---|---|
committer | xero <x@xero.nu> | 2014-03-08 22:08:40 -0500 |
commit | 02dd2db6564b9e3fd1e1582724bbd188f5de7db6 (patch) | |
tree | fbafdd0af4a5615286e3fd16e15b740d71db5d51 /.Xdefaults | |
parent | b58ff155f74cbe76f51aa0074d8d2218de774613 (diff) | |
download | dotfiles_ascii-02dd2db6564b9e3fd1e1582724bbd188f5de7db6.tar.xz dotfiles_ascii-02dd2db6564b9e3fd1e1582724bbd188f5de7db6.zip |
add configs for fonts and git, update zshrc and xdefaults
Diffstat (limited to '')
-rw-r--r-- | .Xdefaults | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -10,7 +10,7 @@ ! ▓▓▓▓▓▓▓▓▓▓ ! ░▓ author ▓ xero <x@xero.nu> ! ░▓ code ▓ http://code.xero.nu/dotfiles -! ░▓ mirror ▓ http://github.com/xero/dotfiles +! ░▓ mirror ▓ http://git.io/.files ! ░▓▓▓▓▓▓▓▓▓▓ ! ░░░░░░░░░░ ! @@ -19,7 +19,6 @@ urxvt*font: xft:gohufont:size=11:antialias=true urxvt*boldFont: xft:gohufont:size=11:antialias=true ! █▓▒░ interface -urxvt.saveLines: 4095 urxvt*scrollBar: false urxvt*transparent: true urxvt*shading: 15 @@ -49,5 +48,10 @@ urxvt*color8: #666666 ! █▓▒░ clipboard urxvt.keysym.Shift-Control-V: perl:clipboard:paste -urxvt.iso14755: false +urxvt.iso14755: False urxvt.perl-ext-common: default,clipboard + +! █▓▒░ misc +urxvt.saveLines: 4095 +urxvt.iso14755: false +urxvt*iconFile: /home/xero/.icons/AwOkenWhite/clear/128x128/apps/terminal3.png
\ No newline at end of file |