SkillAgentSearch skills...

Xeventbind

A small utillity that runs your script on X11 events

Install / Use

/learn @ritave/Xeventbind
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

xeventbind

A small utility that runs your executable/script when interesting X11 events are fired.

Compilation

Requires xlib

git clone https://github.com/ritave/xeventbind.git
cd xeventbind
make

Usage

./xeventbind your_event your_executable

When an X event is posted, your executable will be run, remember to make it executable and have shebang line.

Right now the only event supported is resolution change as this utillity was written for my own use-case. More might be added if anyone needs them.

View on GitHub
GitHub Stars55
CategoryDevelopment
Updated4mo ago
Forks18

Languages

C

Security Score

92/100

Audited on Nov 11, 2025

No findings