awesome/lib/awful
Emmanuel Lepage Vallée e3c24c8e09 Revert "screen: Fix potential nil index" (#1037)
This reverts commit facf676b13.

Using capi.client.focus.screen to decide which screen is focused breaks
a multiscreen setup. At least makes it extremely annoying to use.

In particular, if you have a focused client on screen 1, move the mouse
to screen 2 and launch a new client, the new client appears in screen 1,
since screen.focused reports that current focused screen is 1, not 2
because of the focused client.

Close #1035
Fix #1029
2016-08-11 19:03:17 +02:00
..
client use c:jump_to instead of client.jumpto 2016-08-10 13:02:02 +02:00
hotkeys_popup wibox: Create a container module 2016-05-30 17:51:19 -04:00
layout awful.layout: Move clients if a screen is moved 2016-07-24 16:36:03 +02:00
mouse awful.mouse: Fix 4 invalid function names 2016-07-30 15:49:46 -04:00
widget graph: Move to wibox.widget 2016-05-30 17:51:19 -04:00
autofocus.lua awful.autofocus: Skip invalid screens 2016-05-08 14:52:31 +02:00
button.lua Fix luacheck warnings in half of awful 2016-02-11 21:55:32 +01:00
client.lua use c:jump_to instead of client.jumpto 2016-08-10 13:02:02 +02:00
completion.lua Fix luacheck warnings in half of awful 2016-02-11 21:55:32 +01:00
dbus.lua Remove the *.in from all files. 2015-06-19 22:33:32 +02:00
ewmh.lua doc: Move request:: handler to their own documentation section 2016-04-30 04:27:34 -04:00
init.lua Fix awful.util.pread() return value (#1005) 2016-07-17 15:29:15 +02:00
key.lua key: Make the ignore_modifiers table public 2016-07-09 20:01:17 +02:00
keygrabber.lua Fix luacheck warnings in half of awful 2016-02-11 21:55:32 +01:00
menu.lua menu: Fix regression 2016-05-31 14:32:07 -04:00
placement.lua restore client.border_width after fullscreen 2016-07-27 09:54:42 +02:00
prompt.lua prompt: Fix hooks when number or caps lock are set 2016-07-16 22:39:06 -04:00
remote.lua Fix luacheck warnings in half of awful 2016-02-11 21:55:32 +01:00
rules.lua Make rules with 'tag = "3"' work with multiple screens (#992) 2016-07-09 19:17:35 +02:00
screen.lua Revert "screen: Fix potential nil index" (#1037) 2016-08-11 19:03:17 +02:00
spawn.lua Remove awful.{spawn.,}pread (#184) 2016-07-16 17:59:47 +02:00
startup_notification.lua Remove the *.in from all files. 2015-06-19 22:33:32 +02:00
tag.lua tag: Fix restoring invalid tags from history (#963) 2016-06-12 13:09:09 +02:00
titlebar.lua doc: Document titlebar arguments. 2016-08-01 15:35:00 -04:00
tooltip.lua Lua: Remove calls to add_signal() 2016-06-04 18:23:48 +02:00
util.lua util: Add a class deprecation function. 2016-05-30 17:51:18 -04:00
wibar.lua Lua: Remove calls to add_signal() 2016-06-04 18:23:48 +02:00
wibox.lua util: Add a class deprecation function. 2016-05-30 17:51:18 -04:00