mirror of
https://github.com/swaywm/sway.git
synced 2026-04-20 06:47:03 -04:00
added disable_titlebar option to config for all modes
This commit is contained in:
parent
1cfa217168
commit
bf18a6dc95
9 changed files with 31 additions and 9 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;
|
||||
|
|
|
|||
|
|
@ -508,7 +508,7 @@ struct sway_config {
|
|||
int font_height;
|
||||
int font_baseline;
|
||||
bool pango_markup;
|
||||
bool hide_titlebar;
|
||||
|
||||
int titlebar_border_thickness;
|
||||
int titlebar_h_padding;
|
||||
int titlebar_v_padding;
|
||||
|
|
@ -533,6 +533,7 @@ struct sway_config {
|
|||
bool validating;
|
||||
bool auto_back_and_forth;
|
||||
bool show_marks;
|
||||
bool disable_titlebar;
|
||||
enum alignment title_align;
|
||||
bool primary_selection;
|
||||
|
||||
|
|
@ -542,7 +543,7 @@ struct sway_config {
|
|||
enum smart_gaps_mode smart_gaps;
|
||||
int gaps_inner;
|
||||
struct side_gaps gaps_outer;
|
||||
|
||||
|
||||
list_t *config_chain;
|
||||
bool user_config_path;
|
||||
const char *current_config_path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue