diff options
author | zachir <zachir@librem.one> | 2022-01-27 23:36:37 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2022-01-27 23:36:37 -0600 |
commit | a1a3d30ef2024da4383b1d9b0ec1050ebc5cb577 (patch) | |
tree | 00f88f666cc84501a4ea44a16d2b590b59f18bfa /config.h | |
parent | 7363955531bee115bfa13d792eccdcb2dc16519e (diff) |
dwm: upgrade to 6.3, add optimization
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -97,6 +97,8 @@ static const Rule rules[] = { static const float mfact = 0.50; /* 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" |