added 'disable_titlebar' option

This commit is contained in:
neuromagus 2024-03-01 12:44:54 +03:00
parent 5e18ed3cf0
commit e1bd348fc4
8 changed files with 27 additions and 0 deletions

View file

@ -124,6 +124,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_disable_titlebar;
sway_cmd cmd_exec;
sway_cmd cmd_exec_always;
sway_cmd cmd_exit;

View file

@ -532,6 +532,7 @@ struct sway_config {
bool validating;
bool auto_back_and_forth;
bool show_marks;
bool disable_titlebar;
enum alignment title_align;
bool primary_selection;