diff options
author | iStagnant <ghafarielias200676@gmail.com> | 2023-02-24 23:31:26 +0200 |
---|---|---|
committer | iStagnant <ghafarielias200676@gmail.com> | 2023-02-24 23:31:26 +0200 |
commit | 787a8bc10df9e229b5f34f998bfab0556c4a6ec4 (patch) | |
tree | 20373c3319e9887abb65aba80069be6bc70be8c7 /config.h | |
parent | a4d1695e5342b10425b23bae57f22d5f82a46cda (diff) |
Bump to 6.4
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 <X11/XF86keysym.h> #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} }, |