awesome/lib
Daniel Hahler fbc72624d7 Activate focused client with `awful.client.movetoscreen`
The default config has this:

    awful.key({ modkey, }, "o", awful.client.movetoscreen                        ),

This moves the client to the next screen and focuses that screen.

But it does not ensure that the client is raised above any existing
windows, e.g. when moving a floating client.

This patch emits the `request::activate` signal if the client is
currently focused, but only if the screen property actually has changed.

Closes https://github.com/awesomeWM/awesome/pull/98.
2015-09-09 13:29:09 +02:00
..
awful Activate focused client with `awful.client.movetoscreen` 2015-09-09 13:29:09 +02:00
beautiful Use awful.util.round in beautiful.xresources.apply_dpi 2015-08-12 14:18:57 +02:00
gears doc(lib: gears: surface): more verbose docstring 2015-09-07 20:29:57 +02:00
menubar menubar: fix height to be rounded 2015-08-31 20:47:22 +02:00
naughty Widgets: Also add a context argument to :fit() 2015-08-12 11:19:48 +02:00
wibox fit_widget(): Sanitize the result of :fit() 2015-08-23 17:08:44 +02:00