mirror of
https://github.com/swaywm/sway.git
synced 2026-04-17 06:46:32 -04:00
add cmd_env to set environment variables at config and runtime
This commit is contained in:
parent
be840f730e
commit
27d27dd121
4 changed files with 17 additions and 0 deletions
|
|
@ -125,6 +125,7 @@ sway_cmd cmd_create_output;
|
|||
sway_cmd cmd_default_border;
|
||||
sway_cmd cmd_default_floating_border;
|
||||
sway_cmd cmd_default_orientation;
|
||||
sway_cmd cmd_env;
|
||||
sway_cmd cmd_exec;
|
||||
sway_cmd cmd_exec_always;
|
||||
sway_cmd cmd_exit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue