Skip to content

Commit

Permalink
Note trigger requirement more clearly
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunn1 authored May 4, 2017
1 parent 78c8659 commit 5967b4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _manual/profileswitch.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Note that when an automatic profile change is active, the menu to switch to diff

Configuring profile switching in Tilix is done in the Advanced tab of the profile settings. Here you can configure the list of usernames, hostnames and directories that will trigger the profile change. The format used for the string is ```username@hostname:directory``` where either username, hostname or directory can be omitted but not all. Also at least one delimiter, either *@* or *:*, is also required to indicate which string is being represented.

Note that switching profiles based on username requires the use of a trigger to extract the username from the terminal output text.
**Note** that switching profiles based on username requires the use of a trigger to extract the username from the terminal output text. Triggers in turn require a patched VTE, see the [Triggers](https://gnunn1.github.io/tilix-web/manual/triggers/) page for more information.

### Remote Configuration

Expand All @@ -29,4 +29,4 @@ If you opt for the script, first scp the script ```/usr/share/tilix/scripts/tili
. ./tilix_int.sh
{% endhighlight %}

if you switch users on the remote system, you may need to source the script somewhere so it is available to all users.
if you switch users on the remote system, you may need to source the script somewhere so it is available to all users.

0 comments on commit 5967b4a

Please sign in to comment.