added hyprctl

This commit is contained in:
vaxerski 2022-03-20 16:51:14 +01:00
parent 5644e668ef
commit c32917a5ba
8 changed files with 192 additions and 4 deletions

10
src/debug/HyprCtl.hpp Normal file
View file

@ -0,0 +1,10 @@
#pragma once
#include "../Compositor.hpp"
#include <fstream>
namespace HyprCtl {
void tickHyprCtl();
inline std::ifstream requestStream;
};