remove typo
This commit is contained in:
parent
73a2a23dbd
commit
1b566a9054
5
config.h
5
config.h
|
@ -38,9 +38,8 @@ static struct Config config = {
|
||||||
*
|
*
|
||||||
* Look at your /usr/include/X11/keysymdef.h (or the equivalent file
|
* Look at your /usr/include/X11/keysymdef.h (or the equivalent file
|
||||||
* in your system) for a list of key symbol constants, and change the
|
* in your system) for a list of key symbol constants, and change the
|
||||||
* macros below accordingly. Note there IS NO equal sign (=) between
|
* macros below accordingly. All key symbol constants begin with the
|
||||||
* the macros and their values. All key symbol constants begin with
|
* prefix XK_.
|
||||||
* the prefix XK_
|
|
||||||
*
|
*
|
||||||
* For example, to use vim-like key bindings, set KEYSYMLEFT to XK_h,
|
* For example, to use vim-like key bindings, set KEYSYMLEFT to XK_h,
|
||||||
* KEYSYMDOWN to XK_j, KEYSYMUP to XK_k, etc.
|
* KEYSYMDOWN to XK_j, KEYSYMUP to XK_k, etc.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user