aboutsummaryrefslogtreecommitdiff
path: root/screen.dot
diff options
context:
space:
mode:
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