mirror of
https://github.com/swaywm/sway.git
synced 2026-02-26 01:40:32 -05:00
config: allow setting stdout/err for exec
Introduces the exec_output command, which sets the file to use for stdout and stderr in the exec and exec_always commands.
This commit is contained in:
parent
170c9c9525
commit
a91c7774fa
7 changed files with 57 additions and 0 deletions
|
|
@ -127,6 +127,7 @@ sway_cmd cmd_default_floating_border;
|
|||
sway_cmd cmd_default_orientation;
|
||||
sway_cmd cmd_exec;
|
||||
sway_cmd cmd_exec_always;
|
||||
sway_cmd cmd_exec_output;
|
||||
sway_cmd cmd_exit;
|
||||
sway_cmd cmd_floating;
|
||||
sway_cmd cmd_floating_maximum_size;
|
||||
|
|
|
|||
|
|
@ -521,6 +521,7 @@ struct sway_config {
|
|||
enum sway_fowa focus_on_window_activation;
|
||||
enum sway_popup_during_fullscreen popup_during_fullscreen;
|
||||
enum xwayland_mode xwayland;
|
||||
int exec_out;
|
||||
|
||||
// swaybg
|
||||
char *swaybg_command;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue