diff options
| author | Naz <ndpm13@ch-naseem.com> | 2026-01-20 12:53:02 +0100 |
|---|---|---|
| committer | Naz <ndpm13@ch-naseem.com> | 2026-06-27 16:09:59 +0100 |
| commit | 27a7175316e85f8bcaaaa0554fb0b280cd40be20 (patch) | |
| tree | 8883ee175f09dfbd8233b86d68ebd606226ef89b /config.def.h | |
| parent | 51ea94f440fe21bc8adb71d4131c54deef1cd8a5 (diff) | |
feat(patch): apply dwm-actualfullscreen-20211013-cb3f58a
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 4140097..38f1059 100644 --- a/config.def.h +++ b/config.def.h @@ -123,6 +123,7 @@ static const Key keys[] = { { MODKEY, XK_m, setlayout, {.v = &layouts[2]} }, { MODKEY, XK_space, setlayout, {0} }, { MODKEY|ShiftMask, XK_space, togglefloating, {0} }, + { MODKEY|ShiftMask, XK_f, togglefullscr, {0} }, { MODKEY, XK_0, view, {.ui = ~0 } }, { MODKEY|ShiftMask, XK_0, tag, {.ui = ~0 } }, { MODKEY, XK_comma, focusmon, {.i = -1 } }, |
