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

how to move from parent or floating window to a normal leave in the container

asked 2013-08-17 00:35:13 +0000

rna gravatar image

Supposing I moved to parent container with mod1+a or to a floating window, how can move back using keyboard?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2013-08-17 07:15:34 +0000

cee gravatar image

updated 2013-08-17 07:16:59 +0000

Have you tried:

bindsym $mod+c focus child

You can always look in ~/.i3/config if you have changed the default settings.

Also
# toggle tiling / floating
bindsym $mod+Shift+space floating toggle

should do the trick

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-08-17 00:35:13 +0000

Seen: 574 times

Last updated: Aug 17 '13