https://github.com/vimist/xtmon
An EWMH compliant X window title monitoring tool.
https://github.com/vimist/xtmon
Last synced: 5 months ago
JSON representation
An EWMH compliant X window title monitoring tool.
- Host: GitHub
- URL: https://github.com/vimist/xtmon
- Owner: vimist
- Created: 2020-02-20T18:35:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-30T16:47:57.000Z (over 5 years ago)
- Last Synced: 2024-10-27T23:23:19.257Z (over 1 year ago)
- Language: C
- Size: 4.88 KB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# XTMON
An EWMH compliant X window title monitoring tool.
## Installation
1. Install `libxcb` with your package manager (prerequisite)
2. Download / clone this repository
3. Run `make`
4. Run `make install`
## Usage
There are no command line arguments to xtmon, so you just have to run `xtmon` in
your shell.
```
$ xtmon
initial_title 0x02e00007 Alacritty
initial_title 0x01200046 Mozilla Firefox
initial_focus 0x01200046 Mozilla Firefox
title_changed 0x01200046 ✔️ ❤️ ★ Unicode® Character Table - Mozilla Firefox
focus_changed 0x02e00007 Alacritty
new_window 0x03e00006 feh [1 of 10] - /tmp/images/0001.jpg
focus_changed 0x03e00006 feh [1 of 10] - /tmp/images/0001.jpg
title_changed 0x03e00006 feh [2 of 10] - /tmp/images/0002.jpg
title_changed 0x03e00006 feh [3 of 10] - /tmp/images/0003.jpg
removed_window 0x03e00006
focus_changed 0x01200046 ✔️ ❤️ ★ Unicode® Character Table - Mozilla Firefox
```
## Contributing
Anyone is welcome to contribute to `xtmon`, take a look at
[CONTRIBUTING.md](CONTRIBUTING.md) for more details.