Merge pull request #2485 from psychon/class-instance-doc

Improve docs for client class and instance
This commit is contained in:
mergify[bot] 2018-11-21 23:47:41 +00:00 committed by GitHub
commit 8ac83cac5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -324,9 +324,8 @@
/** /**
* The client class. * The client class.
* *
* If the client has multiple classes, the first one is used. * To get a client class from the command line, use the command `xprop
* * WM_CLASS`. The class will be the second string.
* To get a client class from the command line, use the `xprop` command.
* *
* **Signal:** * **Signal:**
* *
@ -339,6 +338,9 @@
/** /**
* The client instance. * The client instance.
* *
* To get a client instance from the command line, use the command `xprop
* WM_CLASS`. The instance will be the first string.
*
* **Signal:** * **Signal:**
* *
* * *property::instance* * * *property::instance*