-
|
I was wondering if there is documentation for the various signals called during For example in the I'm not sure if this is an On the other end if this is a Obviously I was able to find this one in
or
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
|
I'm down to help out if this is something that doesn't exist, although I lack experience in C and with I love this project and thanks to the all the developers/contributors who make it happen. |
Beta Was this translation helpful? Give feedback.
-
|
Most of the signals are indeed inherited from awesome. Awesome lists signals inside each component's page. i.e. https://awesomewm.org/apidoc/core_components/client.html#Signals Somewm has them here: https://somewm.org/docs/reference/signals And here if you use the latest git from the dev branch: The somewm docs have changed recently. |
Beta Was this translation helpful? Give feedback.
-
|
I added a bit more last night/this morning that hopefully clarifies and enumerates the signals a bit better. I was relying probably too much on signal references in the awesome docs, read through the updated docs and lmk how it looks. Also with regards to 2.0, I made some serious structural changes to how signals work recently so I added context around the new queue model for signals too. Hopefully that's more clear now. |
Beta Was this translation helpful? Give feedback.
Most of the signals are indeed inherited from awesome.
Awesome lists signals inside each component's page. i.e. https://awesomewm.org/apidoc/core_components/client.html#Signals
Somewm has them here: https://somewm.org/docs/reference/signals
And here if you use the latest git from the dev branch:
https://somewm.org/docs/next/reference/signals
The somewm docs have changed recently.
Before it didn't list all the signals but it looks like now it does.