From 6fefe56a9723b6c296f0a74a5b2dce035f146cfe Mon Sep 17 00:00:00 2001 From: Denis Doria Date: Tue, 7 Jun 2016 11:13:42 +0200 Subject: [PATCH] Manual entry for setenv --- sway/sway.5.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sway/sway.5.txt b/sway/sway.5.txt index 397b6d87..199d70b0 100644 --- a/sway/sway.5.txt +++ b/sway/sway.5.txt @@ -46,6 +46,9 @@ The following commands may only be used in the configuration file. Creates a substitution for _value_ that can be used with $_name_ in other commands. +**setenv** :: + Creates an environment variable that can be used during sway session. + The following commands cannot be used directly in the configuration file. They are expected to be used with **bindsym** or at runtime through **swaymsg**(1).