From: Sébastien Gross <seb•ɑƬ•chezwam•ɖɵʈ•org>

Prevent from blinking the first screen in multiheads by using
the mouse-focused screen tag list for a new client instead of
screen 1.

Signed-off-by: Sébastien Gross <seb•ɑƬ•chezwam•ɖɵʈ•org>
---
 lib/awful/tag.lua.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/awful/tag.lua.in b/lib/awful/tag.lua.in
index 0096194..b23310b 100644
--- a/lib/awful/tag.lua.in
+++ b/lib/awful/tag.lua.in
@@ -316,7 +316,7 @@ function withcurrent(c, startup)
             c:tags(c.transient_for:tags())
         end
         if #c:tags() == 0 then
-            c:tags(selectedlist(c.screen))
+            c:tags(selectedlist(capi.mouse.screen))
         end
     end
 end
-- 
1.5.6.5


-- 
To unsubscribe, send mail to [email protected].

Reply via email to