aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/config.h8
1 files changed, 4 insertions, 4 deletions
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[] = { \