#pragma once #include #include #include std::string getEventName(int e); std::vector split (const std::string &s, char delim); std::string lowercase(std::string s); struct Globals { Display*& dpy; Window& root; };