mirror of
https://github.com/swaywm/sway.git
synced 2025-11-11 13:29:51 -05:00
Add border <none|normal|toggle|pixel> config
This commit is contained in:
parent
86ea79ea6d
commit
3b05f92f76
5 changed files with 69 additions and 4 deletions
|
|
@ -182,6 +182,9 @@ static void config_defaults(struct sway_config *config) {
|
|||
config->config_chain = create_list();
|
||||
config->current_config = NULL;
|
||||
|
||||
// borders
|
||||
config->border = B_NORMAL;
|
||||
config->border_thickness = 2;
|
||||
config->hide_edge_borders = E_NONE;
|
||||
|
||||
// border colors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue