diff options
| author | moetunes <moetunes111@gmail.com> | 2011-09-16 22:38:25 +1000 |
|---|---|---|
| committer | moetunes <moetunes111@gmail.com> | 2011-09-16 22:38:25 +1000 |
| commit | afd67678f9ba9abe567008ed59eff57e5795a4ff (patch) | |
| tree | 455043d8389097a5a16ebeef0b30ee5aadc35a6a /src/config.h | |
| parent | 125486c0ad73f5f4c58d4900f6b469a5cf6006a7 (diff) | |
Added back the option to have the panel at the top and fine tuned the grid tiling mode
Diffstat (limited to 'src/config.h')
| -rwxr-xr-x | src/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
