Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ritave/xeventbind
A small utillity that runs your script on X11 events
https://github.com/ritave/xeventbind
Last synced: 3 days ago
JSON representation
A small utillity that runs your script on X11 events
- Host: GitHub
- URL: https://github.com/ritave/xeventbind
- Owner: ritave
- License: mit
- Created: 2016-04-16T01:03:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-05-23T14:59:13.000Z (over 2 years ago)
- Last Synced: 2024-10-28T05:12:45.240Z (3 months ago)
- Language: C
- Size: 9.77 KB
- Stars: 52
- Watchers: 3
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- stars - ritave/xeventbind
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.