diff options
| author | Mouad Alami <moadalami40@gmail.com> | 2023-09-13 15:15:52 +0100 |
|---|---|---|
| committer | Mouad Alami <moadalami40@gmail.com> | 2023-09-13 15:15:52 +0100 |
| commit | 489d8330177b8dd06cf5d540289201c5febb8679 (patch) | |
| tree | 32c71bb0ad9b3a6b65e26c799dc58c75afb78610 /config.h | |
| parent | 5793570a1979aaa2a4bba587277e89f47f13a534 (diff) | |
togglefakefullscreen patch by bakkeby
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -56,7 +56,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 int lockfullscreen = 0; /* 1 will force focus on the fullscreen window */ static const Layout layouts[] = { /* symbol arrange function */ @@ -107,6 +107,7 @@ static const Key keys[] = { { MODKEY, XK_m, setlayout, {.v = &layouts[2]} }, { MODKEY|ShiftMask, XK_space, togglefloating, {0} }, { MODKEY, XK_f, togglefullscr, {0} }, + { MODKEY|ShiftMask, XK_t, togglefakefullscreen, {0} }, { MODKEY, XK_0, view, {.ui = ~0 } }, { MODKEY|ShiftMask, XK_0, tag, {.ui = ~0 } }, { MODKEY, XK_comma, focusmon, {.i = -1 } }, |
