hyprshell-hyprland-plugin 4.8.1

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


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

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

void onMouseButton(IPointer::SButtonEvent event);

void onKeyboardFocus(const SP<CWLSurfaceResource> &surface);