From 4cd3002e828d30cd6c5ec2f3ca2c88ddee71b776 Mon Sep 17 00:00:00 2001 From: Spider Forrest Date: Sun, 1 Jan 2023 22:55:34 -0800 Subject: [PATCH] added docs for jumpto --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ada37fe..5ef7e5d 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,7 @@ Notes 2. Because of constraints in the X server, *awesome* does not allow toggling clients on tags allocated to other screens. Having a client on multiple tags and moving one of the tags will cause the client to move as well. +3. When selecting a tag on a different screen with `sharedtags.viewonly`, the tag is pulled to the current screen. To instead move focus to the other screen and focus the tag there, use `sharedtags.jumpto(tag)`. This can be used with a seperate bind that calls `sharedtags.movetag(tag, screen)` to directly move a tag to another screen. API ---