mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 02:01:42 -05:00
parent
92bbc49a8b
commit
54d9215f79
1 changed files with 1 additions and 0 deletions
1
tree.c
1
tree.c
|
@ -404,6 +404,7 @@ node_t *make_node(void)
|
||||||
n->split_ratio = split_ratio;
|
n->split_ratio = split_ratio;
|
||||||
n->split_mode = MODE_AUTOMATIC;
|
n->split_mode = MODE_AUTOMATIC;
|
||||||
n->split_type = TYPE_VERTICAL;
|
n->split_type = TYPE_VERTICAL;
|
||||||
|
n->split_dir = DIR_RIGHT;
|
||||||
n->birth_rotation = 0;
|
n->birth_rotation = 0;
|
||||||
n->privacy_level = 0;
|
n->privacy_level = 0;
|
||||||
n->client = NULL;
|
n->client = NULL;
|
||||||
|
|
Loading…
Add table
Reference in a new issue