hyprshell-hyprland-plugin 4.8.3

Plugin for hyprland, used to monitor keypresses
Documentation
1
2
3
4
5
6
7
#include "globals.h"

void exit() {
    if constexpr (HYPRSHELL_PRINT_DEBUG == 1) {
        HyprlandAPI::addNotification(PHANDLE, "[Hyprshell Plugin] Plugin deactivated", RED, 3000);
    }
}