how to move from parent or floating window to a normal leave in the container
Supposing I moved to parent container with mod1+a or to a floating window, how can move back using keyboard?
Supposing I moved to parent container with mod1+a or to a floating window, how can move back using keyboard?
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
Asked: 2013-08-17 00:35:13 +0000
Seen: 574 times
Last updated: Aug 17 '13
Copyright i3, 2012 Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.