mirror of
https://github.com/swaywm/sway.git
synced 2025-11-09 13:29:49 -05:00
Implement parsing of hide_edge_borders
This commit is contained in:
parent
cefcce48aa
commit
86ea79ea6d
4 changed files with 39 additions and 0 deletions
|
|
@ -182,6 +182,8 @@ static void config_defaults(struct sway_config *config) {
|
|||
config->config_chain = create_list();
|
||||
config->current_config = NULL;
|
||||
|
||||
config->hide_edge_borders = E_NONE;
|
||||
|
||||
// border colors
|
||||
config->border_colors.focused.border = 0x4C7899FF;
|
||||
config->border_colors.focused.background = 0x285577FF;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue