aboutsummaryrefslogtreecommitdiff
path: root/screen.dot
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-09-23 18:08:31 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-09-23 18:08:31 -0300
commit1024ebef693820415abe4697aec080c70c97f1ee (patch)
tree53c3b5b4f5bdac911cbd1d39a11cd7cfa02d266a /screen.dot
parentc08664efd5797280fff35fe8692ded2be5f474df (diff)
downloadprofile-1024ebef693820415abe4697aec080c70c97f1ee.tar.gz
profile-1024ebef693820415abe4697aec080c70c97f1ee.tar.bz2
Doc: custom screen profiles
Diffstat (limited to 'screen.dot')
-rw-r--r--screen.dot/base.link19
1 files changed, 19 insertions, 0 deletions
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