From 787a8bc10df9e229b5f34f998bfab0556c4a6ec4 Mon Sep 17 00:00:00 2001 From: iStagnant Date: Fri, 24 Feb 2023 23:31:26 +0200 Subject: Bump to 6.4 --- config.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 937841e..99501aa 100644 --- a/config.h +++ b/config.h @@ -63,6 +63,7 @@ static const Rule rules[] = { static float mfact = 0.55; /* factor of master area size [0.05..0.95] */ static int nmaster = 1; /* number of clients in master area */ static int resizehints = 0; /* 1 means respect size hints in tiled resizals */ +static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen window */ #define FORCE_VSPLIT 1 /* nrowgrid layout: force two clients to always split vertically */ #include "vanitygaps.c" static const Layout layouts[] = { @@ -133,7 +134,7 @@ ResourcePref resources[] = { #include #include "shiftview.c" -static Key keys[] = { +static const Key keys[] = { /* modifier key function argument */ STACKKEYS(MODKEY, focus) STACKKEYS(MODKEY|ShiftMask, push) @@ -308,7 +309,7 @@ static Key keys[] = { /* button definitions */ /* click can be ClkTagBar, ClkLtSymbol, ClkStatusText, ClkWinTitle, ClkClientWin, or ClkRootWin */ -static Button buttons[] = { +static const Button buttons[] = { /* click event mask button function argument */ #ifndef __OpenBSD__ { ClkWinTitle, 0, Button2, zoom, {0} }, -- cgit v1.2.3