Set commented out example of root path to new window/session name

This commit is contained in:
2012-04-25 22:54:17 +01:00
parent a8aaf43c72
commit 83744f77a7
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# Set a custom session root path. Default is `$HOME`.
# Must be called before `initialize_session`.
#session_root "~/Projects/example"
#session_root "~/Projects/{{SESSION_NAME}}"
# Create session with specified name if it does not already exist. If no
# argument is given, session name will be based on layout file name.

View File

@@ -1,6 +1,6 @@
# Set window root path. Default is `$session_root`.
# Must be called before `new_window`.
#window_root "~/Projects/example"
#window_root "~/Projects/{{WINDOW_NAME}}"
# Create new window. If no argument is given, window name will be based on
# layout file name.