Add no_titlebars command

This commit is contained in:
James Pike 2020-12-20 16:33:25 +08:00
parent 5f1fe33d36
commit f802346abe
9 changed files with 40 additions and 1 deletions

View file

@ -160,6 +160,7 @@ sway_cmd cmd_opacity;
sway_cmd cmd_new_float;
sway_cmd cmd_new_window;
sway_cmd cmd_no_focus;
sway_cmd cmd_no_titlebars;
sway_cmd cmd_output;
sway_cmd cmd_permit;
sway_cmd cmd_popup_during_fullscreen;

View file

@ -511,6 +511,7 @@ struct sway_config {
bool tiling_drag;
int tiling_drag_threshold;
bool no_titlebars;
bool smart_gaps;
int gaps_inner;