You are not logged in.

#1 2010-05-13 10:19:24

Fluxbox
Member
From: Germany
Registered: 2010-04-26
Posts: 12

Search: Tiling Terminal

Hello Users,

I really like "Terminator" but it can't start with a custom layout (for example it must start with 1 vertical and 2 horizontal terminals in a single window). So, this feature is planned in version 1.0. -> https://answers.launchpad.net/terminator/+faq/110

I'm searching for alternatives which can start with an custom layout automatically.

Has anyone a tip for me? wink

Last edited by Fluxbox (2010-05-13 10:19:39)

Offline

#2 2010-05-13 10:32:50

Runiq
Member
From: Germany
Registered: 2008-10-29
Posts: 1,053

Re: Search: Tiling Terminal

Tmux? Screen?

Last edited by Runiq (2010-05-13 10:34:15)

Offline

#3 2010-05-13 11:16:45

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: Search: Tiling Terminal

dvtm is another option.

Offline

#4 2010-05-13 11:43:04

JohannesSM64
Member
From: Norway
Registered: 2009-10-11
Posts: 623
Website

Re: Search: Tiling Terminal

tmux smile
Use something like this in your config:

split -v "exec bar"
split -h "exec foo"

Also, if you don't want the status line, use set status off. To toggle:

bind b run-shell 'tmux set status &>/dev/null'

Last edited by JohannesSM64 (2010-05-13 11:53:20)

Offline

#5 2010-05-13 11:47:23

Roline
Member
From: Netherlands
Registered: 2009-12-05
Posts: 207
Website

Re: Search: Tiling Terminal

tmux indeed. Took a look in this thread.


Bitbucket - DeviantART - Userstyles
*Currently Not Using Arch

Offline

#6 2010-05-13 11:53:05

Fluxbox
Member
From: Germany
Registered: 2010-04-26
Posts: 12

Re: Search: Tiling Terminal

Thanks for your answers. tmux is great smile

Offline

Board footer

Powered by FluxBB