The i3 FAQ has migrated to https://github.com/i3/i3/discussions. All content here is read-only.
Ask Your Question
0

Leaving a window, nested in a tabbed container, without loosing focus

asked 2012-09-26 07:31:56 +0000

Richard gravatar image

updated 2012-09-26 16:38:32 +0000

Hello,

is there a way to step through the programs of a tabbed container without raising every window to the top when it is focused?

_______________________________________________________
|_progr1_|*progr2*|_progr3_|_progr4_|*progr5*|_progr6_|
|                          |                          |
|      progr 2 active      |       progr 5 active     |
|__________________________|__________________________|

For example, if I have two tabbed containers side by side, each holding 3 programs. How can I activate the middle program in both containers without using my mouse? (Maybe there is even a more direct way than stepping through all windows for raising one of them?)

Thanks, Richard

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2012-09-26 09:01:12 +0000

Michael gravatar image

You can use the following sequence of commands:

focus parent
focus right

The first one will focus the tabbed container itself, the second one will move focus to the right, thus focusing the other tabbed container. Since focus descends, the middle window will be focused in the end.

These commands are bound to Mod+a, Mod+Right by default.

edit flag offensive delete link more

Comments

Thanks! This is what I was looking for.

Richard gravatar imageRichard ( 2012-09-26 16:37:00 +0000 )edit

Question Tools

Stats

Asked: 2012-09-26 07:31:56 +0000

Seen: 343 times

Last updated: Sep 26 '12