From 1024ebef693820415abe4697aec080c70c97f1ee Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 23 Sep 2014 18:08:31 -0300 Subject: Doc: custom screen profiles --- screen.dot/base.link | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'screen.dot') diff --git a/screen.dot/base.link b/screen.dot/base.link index c8d6560..aead3eb 100644 --- a/screen.dot/base.link +++ b/screen.dot/base.link @@ -156,3 +156,22 @@ term screen-256color # Default shell title shelltitle "terminal" + +# Custom profiles +# +# You can reuse this base config with custom profiles. +# +# As an example, put the following at your +# $HOME/.screen/network to start a network profile: +# +## Source base config +#source ~/.screen/base +# +## Default windows +## +## You could also use chdir but our profile +## automatically change to the home folder. Do this instead: +## http://log.brandonthomson.com/2009/06/saving-your-sessions-with-gnu-screen.html +#screen -t wicd 0 wicd-curses +#screen -t lynx 1 lynx +#select 0 -- cgit v1.2.3