polish: style

This commit is contained in:
Ryan Yin
2026-03-20 00:02:14 +08:00
parent b143a89443
commit 2f777ff38f
2 changed files with 4 additions and 2 deletions

View File

@@ -46,7 +46,7 @@
"floating": false,
"frameRadius": 12,
"frameThickness": 8,
"hideOnOverview": false,
"hideOnOverview": true,
"marginHorizontal": 5,
"marginVertical": 5,
"monitors": [],

View File

@@ -13,7 +13,9 @@
fsType = "davfs";
options = [
# https://www.freedesktop.org/software/systemd/man/latest/systemd.mount.html
"nofail,_netdev"
"nofail"
"_netdev" # Wait for network
"rw"
"uid=1000,gid=100,dir_mode=0750,file_mode=0750"
];
};