From 104f8e8a21f59717752dd6c3ce63c83b94fdec65 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 22 Sep 2019 10:43:57 +0200 Subject: Replace a deprecated function with its new variant --- config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index 872ca29..f7c632f 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -384,7 +384,7 @@ globalkeys = awful.util.table.join( end awful.tag.viewidx(jump) if cl then - local newtag = awful.tag.selected(screen) + local newtag = awful.screen.focused().selected_tag cl:move_to_tag(newtag) end end -- cgit v1.2.3