summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2022-01-27 23:36:37 -0600
committerzachir <zachir@librem.one>2022-01-27 23:36:37 -0600
commita1a3d30ef2024da4383b1d9b0ec1050ebc5cb577 (patch)
tree00f88f666cc84501a4ea44a16d2b590b59f18bfa /config.def.h
parent7363955531bee115bfa13d792eccdcb2dc16519e (diff)
dwm: upgrade to 6.3, add optimization
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index a66fbe2..14c2bd3 100644
--- a/config.def.h
+++ b/config.def.h
@@ -59,6 +59,8 @@ 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 int attachbelow = 1; /* 1 means attach after the currently active window */
#include "tcl.c"