From 19873ffe11a1f39704753a098948f938bfb7c74a Mon Sep 17 00:00:00 2001 From: Alex Denes Date: Sun, 11 Oct 2020 19:20:29 +0200 Subject: [PATCH] Remove extra tags and enforce windows sizes --- config.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/config.h b/config.h index d370b7f..403ff86 100644 --- a/config.h +++ b/config.h @@ -37,7 +37,7 @@ static const Rule rules[] = { static const float mfact = 0.55; /* factor of master area size [0.05..0.95] */ static const int nmaster = 1; /* number of clients in master area */ static const int resizehints = 1; /* 1 means respect size hints in tiled resizals */ -static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen window */ +static const int lockfullscreen = 0; /* 1 will force focus on the fullscreen window */ static const Layout layouts[] = { /* symbol arrange function */ @@ -120,11 +120,6 @@ static const Key keys[] = { TAGKEYS( XK_2, 1) TAGKEYS( XK_3, 2) TAGKEYS( XK_4, 3) - TAGKEYS( XK_5, 4) - TAGKEYS( XK_6, 5) - TAGKEYS( XK_7, 6) - TAGKEYS( XK_8, 7) - TAGKEYS( XK_9, 8) { MODKEY|ShiftMask, XK_q, quit, {0} }, };