diff --git a/templates/session.sh b/templates/session.sh index b01bdd2..892be7b 100644 --- a/templates/session.sh +++ b/templates/session.sh @@ -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. diff --git a/templates/window.sh b/templates/window.sh index 4510f06..8e186e7 100644 --- a/templates/window.sh +++ b/templates/window.sh @@ -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.