klaxalk/i3-layout-manager

Empty layout files

Closed this issue · 4 comments

In ~/.layouts, all the json files are completely empty, 0B. This is why my layout does not get restored. How do I get them to save?

Me too:
the content of all my json file is only:

[root@x1arch .layouts]# cat /user/.layouts/layout-PIPPO.json 
[
]
}
]

thanks
Giorgio

Same for me. All layout files come out empty.

Update - there seems to be some dependencies not listed, notably the indent and anyevent i3 module are needed. This resolved it for me (Linux Mint/Ubuntu):

sudo apt install indent libanyevent-i3-perl

Thanks! Someone already fixed that.