Skip to content

Commit

Permalink
Update wemux.conf.example for 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zolrath committed Mar 28, 2012
1 parent ea5f0c5 commit bd85ead
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions wemux.conf.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## wemux Configuration:
## wemux version 1.9.0
## wemux version 2.0.0
##
## Uncomment an option (remove the # in front of it) if you would like to change
## the option from its default setting.
Expand Down Expand Up @@ -29,14 +29,14 @@ host_list=(root)

####### MULTI-HOST OPTIONS #######

## Allow users to change their hostname for multi-host environments.
## Allow users to change their session for multi-host environments.
## Defaults to "false"
# allow_host_change="true"
# allow_session_change="true"

## Allow users to list all currently running wemux sockets/hostnames.
## Automatically disabled if allow_host_change="false"
## Allow users to list all currently running wemux sockets/sessions.
## Automatically disabled if allow_session_change="false"
## Defaults to "true"
# allow_host_list="false"
# allow_session_list="false"

####### ANNOUNCEMENT OPTIONS #######

Expand All @@ -48,13 +48,13 @@ host_list=(root)
## Defaults to "true"
# announce_attach="false"

## Announce when users change the wemux hostname they are using.
## Announce when users change the wemux session they are using.
## Defaults to "true"
# announce_host_change="false"
# announce_session_change="false"

####### OTHER OPTIONS #######

## Location of tmux socket, will have host name appended to end:
## Location of tmux socket, will have session name appended to end:
## Defaults to "/tmp/wemux"
# socket-prefix="/tmp/wemux"

Expand Down

0 comments on commit bd85ead

Please sign in to comment.