From 5cde011520f2ae45d9168b5e43e17a35f6990371 Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Wed, 23 Nov 2011 16:42:20 +0200 Subject: some colors and customization --- src/config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/config.h b/src/config.h index 1559077..49c7714 100644 --- a/src/config.h +++ b/src/config.h @@ -28,18 +28,18 @@ #define MOD1 Mod1Mask /* ALT key */ #define MOD4 Mod4Mask /* Super/Windows key */ #define MASTER_SIZE 0.52 -#define TOP_PANEL 1 /* Place panel at the 1=bottom or 0=top */ +#define TOP_PANEL 0 /* Place panel at the 1=bottom or 0=top */ #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 ATTACH_ASIDE 0 /* 0=TRUE, 1=New window is master */ #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 DESKTOPS 4 /* Must edit DESKTOPCHANGE keys to suit */ /** Colors **/ -#define FOCUS "#664422" // dkorange -#define UNFOCUS "#004050" // blueish +#define FOCUS "#ff950e" +#define UNFOCUS "#282828" /** Applications to a specific desktop **/ static const Convenience convenience[] = { \ -- cgit v1.3.1