Skip to content

Commit

Permalink
Change switch to Mod3 for HHKB
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Reisner committed Dec 13, 2009
1 parent 3a89b8d commit 2500bbe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config.h
Expand Up @@ -32,8 +32,6 @@ static const Rule rules[] = {
static const float mfact = 0.55; /* factor of master area size [0.05..0.95] */
static const Bool resizehints = False; /* True means respect size hints in tiled resizals */

#include "bstack.c"

static const Layout layouts[] = {
/* symbol arrange function */
{ "[]=", tile }, /* first entry is default */
Expand All @@ -42,7 +40,7 @@ static const Layout layouts[] = {
};

/* key definitions */
#define MODKEY Mod1Mask
#define MODKEY Mod3Mask
#define TAGKEYS(KEY,TAG) \
{ MODKEY, KEY, view, {.ui = 1 << TAG} }, \
{ MODKEY|ControlMask, KEY, toggleview, {.ui = 1 << TAG} }, \
Expand Down

0 comments on commit 2500bbe

Please sign in to comment.