Hypr/src/utilities/XCBProps.hpp

11 lines
297 B
C++
Raw Normal View History

#pragma once
#include <iostream>
#include <string.h>
2021-12-17 19:57:07 +01:00
#include <xcb/xcb.h>
std::pair<std::string, std::string> getClassName(int64_t window);
2021-11-27 19:07:33 +01:00
std::string getRoleName(int64_t window);
2021-12-17 19:57:07 +01:00
std::string getWindowName(uint64_t window);
void removeAtom(const int& window, xcb_atom_t prop, xcb_atom_t atom);