xtitle
xtitle copied to clipboard
Outputs X window titles
I tried to create a systemctl service that would dump title every few seconds Hre is the service file: ``` [Unit] Description=ServiceTest [Service] ExecStart=xtitle >> ~/dump [Install] WantedBy=default.target ``` ```...
# Changes Adds a man page in the new directory "doc." Updated Makefile to install (or uninstall) the man page to the appropriate location.
I have xtitle -s in a i3block command with the `persist` interval, and after a couple minutes, it always hangs and freezes on a title, never changing anymore. I tried...
I hope the code isn't too clumsy. At least it can be used as a concept if the syntax is bad. Closes #23
The only way to know about the effect of each flag is to visit this repo and read the README. I think `-h` should output more descriptive information about the...
**How to reproduce** 1. Comment out the following section of line 289 in `xtitle.c` to simulate a client without the `_NET_WM_NAME` (EWMH) atom set, therefore relying on the `WM_NAME` (ICCCM)...
For multi-head setups it would be useful to be able to use the snoop-mode for unfocused monitors in order to show relevant information on multiple panels. I've found scripting solutions,...
I've been running xtitle for a while with i3-gaps and i3blocks-gaps, only using `xtitle -s`. I've stumbled upon a [forum post](https://forums.aws.amazon.com/thread.jspa?threadID=292958&tstart=0) (requires AWS account) where a person created a thread...
Would it be possible to add support for displaying the window class instead of the title, exactly what **xwinfo -c** does? Sometimes the titles becomes too long, and truncating them...