diff options
| author | Naz <ndpm13@ch-naseem.com> | 2025-10-15 15:57:37 +0100 |
|---|---|---|
| committer | Naz <ndpm13@ch-naseem.com> | 2025-10-15 15:57:37 +0100 |
| commit | 103a95ab30f8058620c9679b433964860427a340 (patch) | |
| tree | 18f805823d807c07dca2e08cf20bf627a7845a50 /config.def.h | |
| parent | 69bcd6cd7920c39a973d8f9ef22e81be74d22a31 (diff) | |
✨feat: apply dwm-actualfullscreen-20211013-cb3f58a patch
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 6ec5002..27d966c 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 } }, |
