summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorBossCode45 <human.cyborg42@gmail.com>2023-08-15 21:27:51 +1200
committerBossCode45 <human.cyborg42@gmail.com>2023-08-15 21:27:51 +1200
commitea569d9c9c61eb26f7d325b41d8ac839dc470eec (patch)
tree33c15ab71f81e6647d904f3133b16afd87c836ed /util.h
parent37a2725da41e363fcdca12d0374b192cd03905d0 (diff)
downloadYATwm-ea569d9c9c61eb26f7d325b41d8ac839dc470eec.tar.gz
YATwm-ea569d9c9c61eb26f7d325b41d8ac839dc470eec.zip
feat: Made the bind modes work
Numlock still seems to mess with keybindings. Also switched from storing keybinds with KeySym to KeyCode
Diffstat (limited to 'util.h')
-rw-r--r--util.h2
1 files changed, 2 insertions, 0 deletions
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<std::string> split (const std::string &s, char delim);
+std::string lowercase(std::string s);
+
struct Globals {
Display*& dpy;