diff options
| author | Shivesh Mandalia <mail@shivesh.org> | 2023-02-11 22:33:25 +0000 |
|---|---|---|
| committer | Shivesh Mandalia <mail@shivesh.org> | 2023-02-11 22:33:25 +0000 |
| commit | 97817658a8da2a0fec6db04a219632cf7664c3f6 (patch) | |
| tree | 0f8878f6714fba2ff1462d436f2899ce554aaf59 /config.def.h | |
| parent | 1c3039d21a53d533991a316816d0b7a5c5fdbc51 (diff) | |
| download | st-97817658a8da2a0fec6db04a219632cf7664c3f6.tar.gz st-97817658a8da2a0fec6db04a219632cf7664c3f6.zip | |
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 6c25f09..75dd8c3 100644 --- a/config.def.h +++ b/config.def.h @@ -221,6 +221,7 @@ static Shortcut shortcuts[] = { { TERMMOD, XK_Num_Lock, numlock, {.i = 0} }, { ShiftMask, XK_Page_Up, kscrollup, {.i = -1} }, { ShiftMask, XK_Page_Down, kscrolldown, {.i = -1} }, + { XK_NO_MOD, XK_F11, fullscreen, {.i = 0} }, }; /* |
