summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2022-01-17 14:25:15 +0100
committerTom Barrett <tom@tombarrett.xyz>2022-01-17 14:25:15 +0100
commitc7a0f7e4c03fdc3ef7d25c6cc4fbe7cb73ca7f5e (patch)
treeb9a95f9f7efeeed74c2020bbf46af29260b3f6a7
parent10f2ff51aa210470965e3a573b886ba43b732a6e (diff)
dwm version bump
-rw-r--r--dwm/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dwm/config.h b/dwm/config.h
index de2fe8d..0847dd8 100644
--- a/dwm/config.h
+++ b/dwm/config.h
@@ -35,6 +35,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 Layout layouts[] = {
/* symbol arrange function */