From a465ecf7d9a15431edfc48cf3613ab55f75f01a6 Mon Sep 17 00:00:00 2001 From: Jackson Taylor Date: Fri, 1 Mar 2024 16:33:15 -0500 Subject: Add lockfullscreen back Not sure why this was deleted in the first place --- config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.h b/config.h index 593022c6..b3f4ba1b 100644 --- a/config.h +++ b/config.h @@ -37,6 +37,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 */ @@ -60,7 +61,7 @@ static const Layout layouts[] = { /* commands */ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ -static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", "#222222", "-nf", "#bbbbbb", "-sb", "#3d0373", "-sf", "#eeeeee", NULL }; +static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, NULL }; static const char *termcmd[] = { "st", NULL }; static const char *scratchpadcmd[] = {"st", "-t", scratchpadname, "-g", "120x34", NULL}; -- cgit v1.2.3