From ef38bef7e69eb5d6bc943d5709ddb0f8e418fb42 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Thu, 11 Aug 2011 13:29:29 -0500 Subject: [PATCH] * usr/share/byobu/profiles/tmux: - go bold on window activity --- debian/changelog | 3 ++- usr/share/byobu/profiles/tmux | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index a7256bac..fbe33d4c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ byobu (4.30) unreleased; urgency=low - * UNRELEASED + * usr/share/byobu/profiles/tmux: + - go bold on window activity -- Dustin Kirkland Thu, 11 Aug 2011 10:31:31 -0500 diff --git a/usr/share/byobu/profiles/tmux b/usr/share/byobu/profiles/tmux index 9d13c4be..d8531259 100644 --- a/usr/share/byobu/profiles/tmux +++ b/usr/share/byobu/profiles/tmux @@ -56,12 +56,12 @@ set-option -g set-titles-string '#(whoami)@#H - byobu (#S)' set-option -g pane-active-border-fg magenta set-option -g pane-border-fg magenta -set-window-option -g window-status-attr bold set-window-option -g window-status-current-bg white set-window-option -g window-status-current-fg black set-window-option -g automatic-rename on set-window-option -g aggressive-resize on set-window-option -g monitor-activity on +set-window-option -g window-status-alert-attr bold #set-window-option -g xterm-keys on # Must set default-command to $SHELL, in order to not source ~/.profile