From 1b566a90545f0adfcb4b36a729b0f4ab4f0afefb Mon Sep 17 00:00:00 2001 From: phillbush Date: Sun, 27 Sep 2020 19:06:12 -0300 Subject: [PATCH] remove typo --- config.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config.h b/config.h index ae7e59a..0723fcd 100644 --- a/config.h +++ b/config.h @@ -38,9 +38,8 @@ static struct Config config = { * * 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 - * macros below accordingly. Note there IS NO equal sign (=) between - * the macros and their values. All key symbol constants begin with - * the prefix XK_ + * macros below accordingly. All key symbol constants begin with the + * prefix XK_. * * For example, to use vim-like key bindings, set KEYSYMLEFT to XK_h, * KEYSYMDOWN to XK_j, KEYSYMUP to XK_k, etc. -- 2.20.1