diff options
| author | moetunes <moetunes111@gmail.com> | 2011-10-10 11:31:52 +1000 |
|---|---|---|
| committer | moetunes <moetunes111@gmail.com> | 2011-10-10 11:31:52 +1000 |
| commit | a57cd9d63979f2e8fb7437115e77ff35a275285d (patch) | |
| tree | 9656838e06387b71ff00acb65048f5cd96fa6a89 /src/config.h | |
| parent | 5d8d2b44e0e8ac12672e8e21f059279504e3e520 (diff) | |
Reapplied setting master_size by default mode
Diffstat (limited to 'src/config.h')
| -rwxr-xr-x | src/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/config.h b/src/config.h index f403fdd..eb2555e 100755 --- a/src/config.h +++ b/src/config.h @@ -1,4 +1,4 @@ - /* config.h for dminiwm.c [ 0.0.6 ] + /* config.h for dminiwm.c [ 0.1.0 ] * * Started from catwm 31/12/10 * Bad window error checking and numlock checking used from @@ -31,7 +31,7 @@ #define PANEL_HEIGHT 18 /* 0 for no space for a panel */ #define BORDER_WIDTH 2 #define ATTACH_ASIDE 1 /* 0=TRUE, 1=New window is master */ -#define DEFAULT_MODE 0 /* 0 = Vertical, 1 = Fullscreen */ +#define DEFAULT_MODE 0 /* 0=Vertical, 1=Fullscreen 2=Horizontal 3=grid*/ #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 */ @@ -40,7 +40,7 @@ #define FOCUS "#664422" // dkorange #define UNFOCUS "#004050" // blueish -const char* dmenucmd[] = {"dmenu_run","-i","-nb","#664422","-nf","white",NULL}; +const char* dmenucmd[] = {"dmenu_run","-i","-nb","#666622","-nf","white",NULL}; const char* urxvtcmd[] = {"urxvtc",NULL}; const char* terminalcmd[] = {"Terminal",NULL}; const char* thunarcmd[] = {"thunar",NULL}; |
