diff options
author | Tucker Evans <tuckerevans24@gmail.com> | 2018-03-07 20:28:31 -0500 |
---|---|---|
committer | Tucker Evans <tuckerevans24@gmail.com> | 2018-03-07 20:28:31 -0500 |
commit | d2caf851eac8284d134f5a440b65a492dd08039f (patch) | |
tree | 97a4bb91e3e950744bd7f6c251fae6eabd5b87ad /tmux | |
parent | d90cb0cd930cc98be41fdca08fbd2a56871989c8 (diff) |
Makes minor changes to X, bash, i3, and tmux
Diffstat (limited to 'tmux')
-rw-r--r-- | tmux/.tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 7b574db..90ed13c 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -12,3 +12,6 @@ bind j select-pane -D bind k select-pane -U bind h select-pane -L bind l select-pane -R + + +set -g status-bg magenta |