From afd67678f9ba9abe567008ed59eff57e5795a4ff Mon Sep 17 00:00:00 2001 From: moetunes Date: Fri, 16 Sep 2011 22:38:25 +1000 Subject: Added back the option to have the panel at the top and fine tuned the grid tiling mode --- src/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index 111da44..4c1dbc2 100755 --- a/src/config.h +++ b/src/config.h @@ -34,6 +34,7 @@ #define DEFAULT_MODE 0 /* 0 = Vertical, 1 = Fullscreen */ #define FOLLOW_MOUSE 0 /* 1=Don't 0=Focus the window the mouse just entered */ #define FOLLOW_WINDOW 0 /* 1=Don't 0=Follow the window when moved to a different desktop */ +#define TOP_PANEL 1 /* 1=Don't 0=Have the panel at the top instead of the bottom */ // Colors #define FOCUS "#664422" // dkorange -- cgit v1.3.1