Index: config.def.h |
=================================================================== |
--- a/config.def.h |
+++ b/config.def.h |
@@ -8,10 +8,10 @@ |
static const char selbordercolor[] = "#005577"; |
static const char selbgcolor[] = "#005577"; |
static const char selfgcolor[] = "#eeeeee"; |
-static const unsigned int borderpx = 1; /* border pixel of windows */ |
+static const unsigned int borderpx = 0; /* border pixel of windows */ |
static const unsigned int snap = 32; /* snap pixel */ |
static const Bool showbar = True; /* False means no bar */ |
-static const Bool topbar = True; /* False means bottom bar */ |
+static const Bool topbar = False; /* False means bottom bar */ |
/* tagging */ |
static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; |
@@ -35,7 +35,7 @@ |
}; |
/* key definitions */ |
-#define MODKEY Mod1Mask |
+#define MODKEY Mod4Mask |
#define TAGKEYS(KEY,TAG) \ |
{ MODKEY, KEY, view, {.ui = 1 << TAG} }, \ |
{ MODKEY|ControlMask, KEY, toggleview, {.ui = 1 << TAG} }, \ |
@@ -47,7 +47,7 @@ |
/* commands */ |
static const char *dmenucmd[] = { "dmenu_run", "-fn", font, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, NULL }; |
-static const char *termcmd[] = { "uxterm", NULL }; |
+static const char *termcmd[] = { "gnome-terminal", NULL }; |
static Key keys[] = { |
/* modifier key function argument */ |