From d4c6742dc6a30696eba2bf01e4475e939019cfe0 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 15 Apr 2013 00:08:34 +0200 Subject: Change selected window border color This should make it a little clearer which window currently has focus, since the window title is no longer shown in the mode-line. --- .stumpwmrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.stumpwmrc') diff --git a/.stumpwmrc b/.stumpwmrc index 386da9c..cc2d2e8 100644 --- a/.stumpwmrc +++ b/.stumpwmrc @@ -132,9 +132,9 @@ it and run *screen-unlocked-hook* after it has been unlocked." (set-bg-color (colour :dwhite)) (set-border-color (colour :lwhite)) (set-fg-color (colour :lblack)) -(set-float-focus-color (colour :dblack)) +(set-float-focus-color (colour :lblue)) (set-float-unfocus-color (colour :dwhite)) -(set-focus-color (colour :dblack)) +(set-focus-color (colour :lblue)) (set-font "-*-tamsyn-medium-r-normal-*-17-*-*-*-*-0-iso8859-1") (set-unfocus-color (colour :dwhite)) (set-win-bg-color (colour :dwhite)) -- cgit v1.2.3-54-g00ecf