refactor: add zsync and Zen browser tasks, update default applications and configurations
Some checks failed
Nix Format Check / check-format (push) Failing after 1m6s
Some checks failed
Nix Format Check / check-format (push) Failing after 1m6s
This commit is contained in:
@@ -190,9 +190,21 @@
|
||||
{
|
||||
"id": "Landscape Laptop",
|
||||
"tiles": [
|
||||
{ "x": 0, "y": 0, "width": 0.33, "height": 0.5, "groups": [1, 2] },
|
||||
{ "x": 0.33, "y": 0, "width": 0.67, "height": 1, "groups": [1] },
|
||||
{ "x": 0, "y": 0.5, "width": 0.33, "height": 0.5, "groups": [2, 1] }
|
||||
{ "x": 0, "y": 0, "width": 0.5, "height": 0.5, "groups": [1, 2] },
|
||||
{
|
||||
"x": 0.5,
|
||||
"y": 0,
|
||||
"width": 0.5,
|
||||
"height": 1,
|
||||
"groups": [1]
|
||||
},
|
||||
{
|
||||
"x": 0,
|
||||
"y": 0.5,
|
||||
"width": 0.5,
|
||||
"height": 0.5,
|
||||
"groups": [2, 1]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user