mirror of
https://github.com/swaywm/sway.git
synced 2026-04-18 06:46:56 -04:00
Merge ffe1948d52 into 909a2ddb5f
This commit is contained in:
commit
739a219a80
7 changed files with 36 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue