This commit is contained in:
Shengdi 'shc' Chen 2026-03-29 22:40:03 +00:00 committed by GitHub
commit 739a219a80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 36 additions and 0 deletions

View file

@ -117,6 +117,7 @@ sway_cmd cmd_client_focused;
sway_cmd cmd_client_focused_inactive;
sway_cmd cmd_client_focused_tab_title;
sway_cmd cmd_client_unfocused;
sway_cmd cmd_client_unfocused_tab_title;
sway_cmd cmd_client_urgent;
sway_cmd cmd_client_placeholder;
sway_cmd cmd_client_background;

View file

@ -576,12 +576,14 @@ struct sway_config {
struct border_colors focused_inactive;
struct border_colors focused_tab_title;
struct border_colors unfocused;
struct border_colors unfocused_tab_title;
struct border_colors urgent;
struct border_colors placeholder;
float background[4];
} border_colors;
bool has_focused_tab_title;
bool has_unfocused_tab_title;
// floating view
int32_t floating_maximum_width;