mirror of
https://github.com/hyprwm/Hyprland
synced 2025-12-25 20:50:05 +01:00
Adds permission management for loading plugins --------- Co-authored-by: Jan Beich <jbeich@FreeBSD.org>
7 lines
No EOL
109 B
C++
7 lines
No EOL
109 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
namespace NHyprlandSocket {
|
|
std::string send(const std::string& cmd);
|
|
}; |