This commit is contained in:
MithicSpirit 2026-01-19 19:24:33 +03:00 committed by GitHub
commit b828d4ea41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 57 additions and 0 deletions

View file

@ -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;

View file

@ -528,6 +528,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;