diff options
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 |
