mirror of
https://github.com/swaywm/sway.git
synced 2025-11-10 13:29:51 -05:00
Added in scratchpad adding
This commit is contained in:
parent
70c238ef66
commit
7eefecf479
3 changed files with 28 additions and 1 deletions
|
|
@ -10,6 +10,7 @@
|
|||
#include "focus.h"
|
||||
|
||||
swayc_t root_container;
|
||||
list_t *scratchpad;
|
||||
|
||||
int min_sane_h = 60;
|
||||
int min_sane_w = 100;
|
||||
|
|
@ -20,6 +21,7 @@ void init_layout(void) {
|
|||
root_container.children = create_list();
|
||||
root_container.handle = -1;
|
||||
root_container.visible = true;
|
||||
scratchpad = create_list();
|
||||
}
|
||||
|
||||
int index_child(const swayc_t *child) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue