diff options
author | Blubber <f2005278@mvrht.com> | 2016-09-20 07:47:04 +0200 |
---|---|---|
committer | Blubber <f2005278@mvrht.com> | 2016-09-20 07:47:04 +0200 |
commit | 9b9ab248573849480988bde4372ff068ade064fb (patch) | |
tree | e3179b3f04802859bf7ce4c31388097b119649d5 /.Xcommon | |
parent | 7113c37a7895fbf0faf97b9b8868b6025853bc6f (diff) | |
download | dotfiles-9b9ab248573849480988bde4372ff068ade064fb.tar.gz dotfiles-9b9ab248573849480988bde4372ff068ade064fb.zip |
refactoring
Diffstat (limited to '.Xcommon')
-rw-r--r-- | .Xcommon | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.Xcommon b/.Xcommon new file mode 100644 index 0000000..314cfd8 --- /dev/null +++ b/.Xcommon @@ -0,0 +1,20 @@ +! dotfiles -- .Xcommon +! author: johannst + +!xterm*font: 9x15 +!XTerm*renderFont: true +!XTerm*faceName: Vera Serif Mono +!XTerm*faceName: Liberation Mono +!XTerm*faceName: Droid Sans Mono +xterm*faceName: Terminess Powerline +xterm*faceSize: 12 + +XTerm*scaleHeight: 1.1 +xterm*metaSendsEscape: true +xterm*saveLines: 16384 +xterm*loginShell: true +xterm*charClass: 33:48,35:48,37:48,43:48,45-47:48,64:48,95:48,126:48 +xterm*termName: xterm-256color +xterm*eightBitInput: false +XTerm*selectToClipboard: true +XTerm*visualBell: false |