patches

Patches for various other programs
git clone https://git.regexghost.com/patches.git
Log | Files | Refs | README

jwm-caps-lock.diff (292B)


      1 diff --git a/src/binding.c b/src/binding.c
      2 index 9515bfa..ff35318 100644
      3 --- a/src/binding.c
      4 +++ b/src/binding.c
      5 @@ -66,7 +66,7 @@ typedef struct LockNode {
      6  } LockNode;
      7  
      8  static LockNode lockMods[] = {
      9 -   { XK_Caps_Lock,   0 },
     10 +//   { XK_Caps_Lock,   0 },
     11     { XK_Num_Lock,    0 }
     12  };
     13