Daniel Hahler
b824d00284
ewmh.activate: only focus visible clients
...
Since focus can be moved to non-visible clients nowadays, this needs to be
checked in the `request::activate` handler.
Fixes https://github.com/awesomeWM/awesome/issues/455 .
2015-09-25 00:18:33 +02:00
Daniel Hahler
6d8347df90
ewmh.activate: make hints optional
...
Ref: https://github.com/awesomeWM/awesome/pull/441 .
Closes https://github.com/awesomeWM/awesome/pull/444 .
2015-09-11 22:30:07 +02:00
Daniel Hahler
ae6a1efe65
Fix ewmh.activate to use the hints argument
...
This was missed in cb7f4b06
, where the `raise` argument was changed to
`hints`.
2015-07-10 15:13:16 +02:00
Daniel Hahler
cb7f4b06eb
Use `hints` table argument with `request::activate` signal
2015-06-25 06:47:39 +02:00
Daniel Hahler
ed09d8ed4f
Use request::activate with raise=false instead
...
Ref: https://github.com/awesomeWM/awesome/pull/224#issuecomment-101790416
2015-06-25 06:47:39 +02:00
Daniel Hahler
401f21f8e2
Add request::focus signal, with ewmh.focus being the default handler
...
This still does `client.focus = c` by default, but allows to customize
it.
This was initially suggested in #194 , but by using `request::activate`
instead, which would not be the same. Therefore a new signal is being
used instead.
Helped-by: Samir Benmendil <samir.benmendil@gmail.com>
2015-06-25 06:47:39 +02:00
Julian Wollrath
6cc7be512c
Remove the *.in from all files.
...
Signed-off-b: Julian Wollrath <jwollrath@web.de>
2015-06-19 22:33:32 +02:00