summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authoriStagnant <ghafarielias200676@gmail.com>2023-02-24 23:31:26 +0200
committeriStagnant <ghafarielias200676@gmail.com>2023-02-24 23:31:26 +0200
commit787a8bc10df9e229b5f34f998bfab0556c4a6ec4 (patch)
tree20373c3319e9887abb65aba80069be6bc70be8c7 /config.h
parenta4d1695e5342b10425b23bae57f22d5f82a46cda (diff)
Bump to 6.4
Diffstat (limited to 'config.h')
-rw-r--r--config.h5
1 files changed, 3 insertions, 2 deletions
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 <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} },