From defb03539a9e5ad4afacf5a1f1c3b4e586b12bf5 Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Sun, 11 Dec 2011 17:06:08 +0200 Subject: set default desktop to focus and whether or not the panel should be shown on exec --- config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index c0cc622..8fdd992 100644 --- a/config.h +++ b/config.h @@ -24,6 +24,7 @@ #define MOD1 Mod1Mask /* ALT key */ #define MOD4 Mod4Mask /* Super/Windows key */ #define MASTER_SIZE 0.52 +#define SHOW_PANEL True /* show panel by default on exec */ #define TOP_PANEL True /* False mean panel is on bottom */ #define PANEL_HEIGHT 18 /* 0 for no space for panel, thus no panel */ #define DEFAULT_MODE TILE /* TILE MONOCYCLE BSTACK GRID */ @@ -35,6 +36,7 @@ #define FOCUS "#ff950e" /* focused window border color */ #define UNFOCUS "#444444" /* unfocused window border color */ #define DESKTOPS 4 /* number of desktops - edit DESKTOPCHANGE keys to suit */ +#define DEFAULT_DESKTOP 0 /* the desktop to focus on exec */ /** open applications to specified desktop **/ static const AppRule rules[] = { \ -- cgit v1.3.1