added hyprctl
This commit is contained in:
parent
5644e668ef
commit
c32917a5ba
8 changed files with 192 additions and 4 deletions
10
src/debug/HyprCtl.hpp
Normal file
10
src/debug/HyprCtl.hpp
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#pragma once
|
||||
|
||||
#include "../Compositor.hpp"
|
||||
#include <fstream>
|
||||
|
||||
namespace HyprCtl {
|
||||
void tickHyprCtl();
|
||||
|
||||
inline std::ifstream requestStream;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue