commit a99b5408e98b7672a710f90c73fd9abe197c1f80 parent d71b0875d9e646f8b737e60bc18fe839b46f74db Author: sin <sin@2f30.org> Date: Sun, 2 Nov 2014 13:32:42 +0000 Clarify comment Diffstat:
M | config.def.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.def.h b/config.def.h @@ -9,4 +9,4 @@ unsigned int thickness = 2; /* 2 pixels by default */ time_t pollinterval = 5; /* poll battery state every 5 seconds */ int bottom = 1; /* set to 0 if you want the bar to be at the top */ int maxcap = 100; /* maximum battery capacity */ -int raise = 1; /* set to 0 if you don't want the bar to be raised on top */ +int raise = 1; /* set to 0 if you don't want the bar to be raised on top of other windows */