diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-05-31 16:07:56 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-05-31 16:07:56 +0900 |
| commit | 7a57123c420a227bc4f9b4044f127eb8221d4c12 (patch) | |
| tree | 8d52f2957ed52ba541161a29982942e35b61ecb1 /st/config.h | |
| parent | 6e8efd3eeae6e4a90cf449dd0296751c2f738507 (diff) | |
Updates
Diffstat (limited to 'st/config.h')
| -rw-r--r-- | st/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/st/config.h b/st/config.h index c5dc1c7..2b40a9f 100644 --- a/st/config.h +++ b/st/config.h @@ -291,7 +291,7 @@ static Shortcut shortcuts[] = { { ShiftMask, XK_Page_Up, kscrollup, { .i = -1 } }, { ShiftMask, XK_Page_Down, kscrolldown, { .i = -1 } }, - // EXTRAS/ + // EXTRAS { TERMMOD, XK_Num_Lock, numlock, { .i = 0 } }, { XK_ANY_MOD, XK_Break, sendbreak, { .i = 0 } }, |
