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 b2e236503bf53a5d11d21ce7516bf44ba3c7b7bc
parent 56605d49525b80c093841cf8f1339bd09a001644
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date:   Mon, 17 Dec 2012 20:13:32 +0100

BG color from window status removed, removed reverse scrolling

Diffstat:
M.Xmodmap | 2--
M.tmux.conf | 2+-
2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/.Xmodmap b/.Xmodmap @@ -1,4 +1,2 @@ -pointer = 1 2 3 5 4 7 6 8 9 10 11 12 13 14 15 - remove Lock = Caps_Lock keysym Caps_Lock = Escape diff --git a/.tmux.conf b/.tmux.conf @@ -30,7 +30,7 @@ bind-key a send-prefix # done # Set status bar -set -g status-bg black +set -g status-bg default set -g status-fg white set -g status-left "" set -g status-right "#[fg=green]#H"