This commit is contained in:
Spider Forrest 2023-01-01 23:08:30 -08:00 committed by GitHub
parent 47465b1639
commit 01584b41d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -170,6 +170,8 @@ function sharedtags.viewonly(tag, screen)
tag:view_only()
end
--- Move focus to screen containing tag and view the tag on that screen
-- @param tag The tag to jump to.
function sharedtags.jumpto(tag)
awful.screen.focus(tag.screen)
tag:view_only()