feat(niri): default column width for apps 0.9 -> 1.0
This commit is contained in:
parent
3e9241225c
commit
5d840f7c68
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@
|
||||||
matches =
|
matches =
|
||||||
[{ app-id = "^(im\\.riot\\.Riot|WebCord|@joplin/app-desktop)$"; }];
|
[{ app-id = "^(im\\.riot\\.Riot|WebCord|@joplin/app-desktop)$"; }];
|
||||||
open-on-workspace = "apps";
|
open-on-workspace = "apps";
|
||||||
default-column-width.proportion = 0.9;
|
default-column-width.proportion = 1.0;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
geometry-corner-radius = {
|
geometry-corner-radius = {
|
||||||
|
|
Loading…
Reference in a new issue