diff options
Diffstat (limited to 'include/sway/commands.h')
-rw-r--r-- | include/sway/commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h index bd3cd471..68b316b4 100644 --- a/include/sway/commands.h +++ b/include/sway/commands.h @@ -122,6 +122,7 @@ sway_cmd cmd_commands; sway_cmd cmd_corner_radius; sway_cmd cmd_create_output; sway_cmd cmd_default_border; +sway_cmd cmd_default_dim_inactive; sway_cmd cmd_default_floating_border; sway_cmd cmd_default_orientation; sway_cmd cmd_dim_inactive; |