hyprshell-hyprland-plugin 4.6.2

Plugin for hyprland, used to monitor keypresses
Documentation
1
2
3
4
5
6
7
8
9
#pragma once
#include <hyprland/src/devices/IPointer.hpp>
#include <hyprland/src/plugins/PluginAPI.hpp>

void onKeyPress(const std::unordered_map<std::string, std::any> &data);

void onOpenLayerChange(const PHLLS &window, bool open);

void onMouseButton(IPointer::SButtonEvent event);