mirror of
https://github.com/swaywm/sway.git
synced 2026-04-19 06:46:40 -04:00
adder new option in Sway config - disable_titlebar
This commit is contained in:
parent
1a3cfc50c1
commit
2bcf7a02e1
9 changed files with 37 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue