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

Can I force child windows to open in workspace of parent? [closed]

asked 2015-01-13 19:50:07 +0000

Ternary gravatar image

I've got mintupdate running off in a different workspace updating my system, and it makes a few popup windows at various points during this time to let you monitor its status. I'd like for these to stay out of my way and open in the same workspace as mintupdate, but instead they open in the workspace I'm currently using and steal the focus.

How can I force these child windows to open in the same workspace as their parent, rather than the current workspace?

edit retag flag offensive reopen merge delete

Closed for the following reason duplicate question by Adaephon
close date 2015-01-13 21:01:57.171893

Comments

This is a duplicate of [this question](https://faq.i3wm.org/question/2949/making-popup-window-appear-on-their-parents-workspace/).

Adaephon gravatar imageAdaephon ( 2015-01-13 21:01:24 +0000 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2015-01-13 21:10:31 +0000

TimS gravatar image

You could use something like this or similar

assign [class="^mintupdate"] 2

To find out what to put for 'class' use

xprops

And select a window by clicking on it. Please refer to the userguide.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2015-01-13 19:50:07 +0000

Seen: 348 times

Last updated: Jan 13