summaryrefslogtreecommitdiff
path: root/config/awesome/rc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'config/awesome/rc.lua')
-rw-r--r--config/awesome/rc.lua2
1 files changed, 1 insertions, 1 deletions
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