From 48c0f7f55a3f10abac4a03969d069b4e2bdbee5b Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Tue, 28 Jun 2011 12:28:47 +0000 Subject: [PATCH 1/1] Add comment and link to man page. Turns out a lot of people don't know there is one. I guess we can thank the Linux howto mentality for that... --- scrotwm.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scrotwm.conf b/scrotwm.conf index daca5c3..c3c3d97 100644 --- a/scrotwm.conf +++ b/scrotwm.conf @@ -1,6 +1,10 @@ # $scrotwm$ -# + +# PLEASE READ THE MAN PAGE BEFORE EDITING THIS FILE! +# http://opensource.conformal.com/cgi-bin/man-cgi?scrotwm + # colors for focussed and unfocussed window borders +# NOTE: all colors in this file are in hex! see XQueryColor for examples color_focus = red color_unfocus = rgb:88/88/88 -- 1.7.10.4