adder new option in Sway config - disable_titlebar

This commit is contained in:
neuromagus 2024-03-01 04:20:27 +03:00
parent 1a3cfc50c1
commit 2bcf7a02e1
9 changed files with 37 additions and 7 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;