16

I pressed Mod+S and my windows flatted into a stack of bars. How can I undo this action or expand them back into their original configuration? The best route I found was to individually select each window and to Mod+Shift+arrow key to split horizontally. Surely there's a trick I'm missing?

2
  • It would greatly help you get an answer if you provided any information on your setup such as the actual operating system and window manager you use. Commented Nov 13, 2016 at 22:04
  • 4
    @JuliePelletier, it's tagged as i3... and this is a basic function of i3 no matter the underlying OS Commented Nov 13, 2016 at 22:05

3 Answers 3

18

You can switch between three modes:

  • $mod+S for stacking mode
  • $mod+W for tabbed mode
  • $mod+E for standard mode (aka splith/splitv - the one you seek)

More info on the User Guide.

3

$mod+e should switch to tiling mode again.

1
  • 1
    Tried that to no avail, but perhaps I had to select the whole stack or something first? Commented Nov 15, 2016 at 18:32
3

Answers here are correct but you need to make sure you're switching modes from the same window where you started it. For a simple test, do the following.

  • Open two windows in tiled mode
  • $mod + s on window1
  • Switch to window2
  • $mod + e on window2 # Doesn't work
  • $mod + w on window2 # Doesn't work
  • Switch to window1
  • $mod + e on window1 # Works!
  • $mod + w on window1 # Works!

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.