From 1465c29100e22adda80347f1d99b7f504f4a2112 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sun, 19 Feb 2017 16:26:00 +0100 Subject: [PATCH] fixup! Fix deprecation warnings --- init.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 698ba52..95a410e 100644 --- a/init.lua +++ b/init.lua @@ -347,9 +347,8 @@ cyclefocus.load_on_startup = function() ignore_focus_signal = true history.load() if history.stack[1] then - -- bdebug({c=history.stack[1]}, 'load_on_startup::jump') showing_client = history.stack[1][1] - awful.client.jumpto(showing_client) + showing_client:jump_to() showing_client = nil end ignore_focus_signal = false