hyprshell-hyprland-plugin 4.7.2

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

#include "defs.h"

inline void *PHANDLE = nullptr;

inline bool LAYER_VISIBLE = false;
inline bool CHECK_NO_MOUSE_BUTTON_PRESSED = false;

inline xkb_keysym_t OVERVIEW_KEY;

PluginDescriptionInfo init(HANDLE handle);

void exit();