From ea569d9c9c61eb26f7d325b41d8ac839dc470eec Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Tue, 15 Aug 2023 21:27:51 +1200 Subject: feat: Made the bind modes work Numlock still seems to mess with keybindings. Also switched from storing keybinds with KeySym to KeyCode --- util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util.h') diff --git a/util.h b/util.h index d29d596..66ecf76 100644 --- a/util.h +++ b/util.h @@ -10,6 +10,8 @@ std::string getEventName(int e); std::vector split (const std::string &s, char delim); +std::string lowercase(std::string s); + struct Globals { Display*& dpy; -- cgit v1.2.3