dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit ee519d2bfc53864676c0c3ce5ccbd401d523ee7a
parent 36228b3b5aa3f1f6082ba7ff8c48e5beb5da254c
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Wed,  3 Feb 2016 14:16:16 -0800

add commented out line on status bar placement

Diffstat:
M.tmux.conf | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.tmux.conf b/.tmux.conf @@ -96,6 +96,8 @@ bind-key a send-prefix # done # Set status bar +#set -g status-position top +set -g status-position bottom set -g status-interval 5 set -g status-bg default set -g status-fg cyan