awesome/lib/awful
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
..
client Remove the *.in from all files. 2015-06-19 22:33:32 +02:00
layout Merge pull request #323 from actionless/grow-master 2015-09-03 08:53:19 +02:00
mouse Add finish callback to awful.mouse.client.move 2015-08-22 14:50:42 +02:00
widget awful.widget.common.list_update: expose textbox to label callback 2015-09-02 22:25:24 +02:00
autofocus.lua Use `hints` table argument with `request::activate` signal 2015-06-25 06:47:39 +02:00
button.lua Remove the *.in from all files. 2015-06-19 22:33:32 +02:00
client.lua Activate focused client with `awful.client.movetoscreen` 2015-09-09 13:29:09 +02:00
completion.lua Remove the *.in from all files. 2015-06-19 22:33:32 +02:00
dbus.lua Remove the *.in from all files. 2015-06-19 22:33:32 +02:00
ewmh.lua Fix ewmh.activate to use the hints argument 2015-07-10 15:13:16 +02:00
init.lua Remove the *.in from all files. 2015-06-19 22:33:32 +02:00
key.lua Remove the *.in from all files. 2015-06-19 22:33:32 +02:00
keygrabber.lua keygrabber.grabber: rename function name 2015-07-22 13:52:47 +02:00
menu.lua awful.menu: use beautiful.xresources.apply_dpi for margins 2015-08-01 17:47:51 +02:00
placement.lua doc: awful.placement.no_offscreen 2015-08-14 14:28:17 +02:00
prompt.lua Replace uses of color_strip_alpha with ensure_pango_color, refactor 2015-07-10 18:11:45 -04:00
remote.lua Remove the *.in from all files. 2015-06-19 22:33:32 +02:00
rules.lua awful.rules: factor out `matches` 2015-09-03 22:56:07 +02:00
screen.lua Add awful.screen.focused [FS#1029] 2015-07-21 12:51:45 +02:00
startup_notification.lua Remove the *.in from all files. 2015-06-19 22:33:32 +02:00
tag.lua Merge pull request #323 from actionless/grow-master 2015-09-03 08:53:19 +02:00
titlebar.lua drawable: Use a context table as first argument to :draw() 2015-08-12 11:17:48 +02:00
tooltip.lua Merge branch 'widget_context' 2015-08-23 15:33:43 +02:00
util.lua spawn_with_line_callback: Add missing return 2015-09-03 19:57:57 +02:00
wibox.lua awful.wibox: round x/y/width/height wibox arguments 2015-08-12 14:14:14 +02:00