1
0
Fork 0
Personal system configuration and miscellaneous scripts
 
 
 
 
Go to file
Mike Gerwitz b71f6bc93b
Gnus horizontal article window layout
The terminology is confusing, especially with me having come from Vim:
"horizontal" in this case means a vertical split, because they are stacked
horizontally.

My previous window layout put the body of the article below the summay,
which left a lot of whitespace to the right of my 272-column terminal.  So I
went from

  -------------------------
  |     S     |     T     |
  |-----------------------|
  |           A           |
  -------------------------

to

  -------------------------
  |     S     |           |
  |-----------|     A     |
  |     T     |           |
  -------------------------.

This also lays out nicely with BBDB:

  -------------------------     -------------------------
  |     S     |     T     |     |     S     |     A     |
  |-----------------------| =>  |-----------|-----------|
  |           A           |     |     T     |     B     |
  |-----------------------|     -------------------------
  |           B           |
  -------------------------
2015-11-07 23:27:55 -05:00
Xresources.d Droid Sans Mono 9pt -2 letter spacing (urxvt) 2014-04-16 23:14:04 -04:00
desktop-bin Added xscreensaver-watchd 2013-11-30 15:23:12 -05:00
emacs.d Gnus horizontal article window layout 2015-11-07 23:27:55 -05:00
lein Added lein-licenses to user profile 2014-04-06 21:01:37 -04:00
mutt GPG_TTY env var set for mutt passwd decrypt prompt 2014-07-22 23:02:33 -04:00
screen Removed dot from dotfiles in files/ 2013-11-30 15:23:33 -05:00
COPYING Added COPYING, ChangeLog, HACKING, and README 2013-11-30 15:38:58 -05:00
ChangeLog Added COPYING, ChangeLog, HACKING, and README 2013-11-30 15:38:58 -05:00
HACKING Added COPYING, ChangeLog, HACKING, and README 2013-11-30 15:38:58 -05:00
README Updated REAME to reflect separate repository 2014-04-15 22:06:36 -04:00
bash_logout Added ~/.profile and ~/.bash_logout 2013-11-30 15:23:59 -05:00
gvimrc Now using slatemg for terminal vim (not just gvim) 2014-01-02 11:50:39 -05:00
inputrc readline bell disabled 2015-04-21 22:54:18 -04:00
muttrc Encrypting sent mail using my public key 2014-05-28 00:22:22 -04:00
profile execfail on .profile fbterm exec 2015-04-20 00:49:56 -04:00
screenrc screen k4 mutt=>gnus 2015-07-07 23:04:43 -04:00
vimrc Vim tw={80=>76} 2014-04-17 00:03:39 -04:00
xinitrc Added license header to xinitrc 2014-04-16 03:20:13 -04:00

README

Personal scripts and configuration files

This repository is provided both as backup and in the hope that it will be
useful/educational to others who are performing similar tasks. All scripts
in this repository are free software---you may freely modify, distribute,
and study them; see each individual file for license information.

These files are installed on my various boxes uses Puppet; see
mikegerwitz-puppet repository for more information.