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

View File

@@ -1,6 +1,9 @@
#include "Compositor.hpp"
CCompositor::CCompositor() {
unlink("/tmp/hypr/hyprland.log");
unlink("/tmp/hypr/hyprlandd.log");
unlink("/tmp/hypr/.hyprlandrq");
m_sWLDisplay = wl_display_create();