2024-07-30 12:03:55 -04:00
= picom-inspect(1)
Yuxuan Shui
2024-02-20 08:14:21 -05:00
:doctype: manpage
2024-07-30 12:03:55 -04:00
:mansource: picom-inspect
:manversion: {picom-version}
:manmanual: User Commands
2024-02-20 08:14:21 -05:00
NAME
----
picom-inspect - easily test your picom rules
SYNOPSIS
--------
2024-07-30 12:03:55 -04:00
*picom-inspect* [_OPTIONS_]
2024-02-20 08:14:21 -05:00
DESCRIPTION
-----------
*picom-inspect* matches your picom rules against a window of your choosing. It helps you test your rules, and shows you which ones of your rules (don't) work.
OPTIONS
-------
2024-08-08 22:18:03 -04:00
*picom-inspect* accepts all options that *picom* does. Naturally, most of those options will not be relevant.
2024-02-20 08:14:21 -05:00
These are some of the options you might find useful (See *picom*(1) for descriptions of what they do):
*--config*, *--log-level*, *--log-file*, all the options related to rules.
2024-08-08 22:18:03 -04:00
*picom-inspect* also accepts some extra options: :::
*--monitor*:: Keep *picom-inspect* running in a loop, and dump information every time something changed about a window.
2024-02-20 08:14:21 -05:00
NOTES
-----
*picom-inspect* is prototype right now. If you find any bug, for example, if rules are matched differently compared to *picom*, please submit bug reports to:
<https://github.com/yshui/picom>
RESOURCES
---------
Homepage: <https://github.com/yshui/picom>
SEE ALSO
--------
2024-07-30 12:23:46 -04:00
*xcompmgr*(1), xref:picom.1.adoc[*picom*(1)]