mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 01:46:40 +00:00
Set commented out example of root path to new window/session name
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user