rearrange bookmarks

This commit is contained in:
Yan Lin 2026-01-15 07:02:17 +01:00
parent 83081307df
commit bf0cf4e84f

View file

@ -5,10 +5,6 @@
name = "Toolbar"; name = "Toolbar";
toolbar = true; toolbar = true;
bookmarks = [ bookmarks = [
{
name = "Claude";
url = "https://claude.ai";
}
{ {
name = "Overleaf"; name = "Overleaf";
url = "https://www.overleaf.com/project"; url = "https://www.overleaf.com/project";
@ -22,32 +18,27 @@
url = "https://translate.google.com/?sl=auto&tl=en&op=translate"; url = "https://translate.google.com/?sl=auto&tl=en&op=translate";
} }
{ {
name = "Productivity"; name = "iCloud";
bookmarks = [ url = "https://www.icloud.com/mail/";
{ }
name = "iCloud"; {
url = "https://www.icloud.com/mail/"; name = "Outlook";
} url = "https://outlook.office.com/mail/";
{ }
name = "Outlook"; {
url = "https://outlook.office.com/mail/"; name = "Gmail";
} url = "https://mail.google.com/mail/u/0/#inbox";
{
name = "Gmail";
url = "https://mail.google.com/mail/u/0/#inbox";
}
{
name = "Teams";
url = "https://teams.microsoft.com/v2/";
}
{
name = "AAU Admin";
url = "https://www.its.aau.dk/systemoversigt";
}
];
} }
{ {
name = "Scholar"; name = "Scholar";
url = "https://scholar.google.com/";
}
{
name = "DBLP";
url = "https://dblp.org/";
}
{
name = "Productivity";
bookmarks = [ bookmarks = [
{ {
name = "OpenReview"; name = "OpenReview";
@ -62,12 +53,12 @@
url = "https://arxiv.org/user/"; url = "https://arxiv.org/user/";
} }
{ {
name = "Google Scholar"; name = "Teams";
url = "https://scholar.google.com/"; url = "https://teams.microsoft.com/v2/";
} }
{ {
name = "DBLP"; name = "AAU Admin";
url = "https://dblp.org/"; url = "https://www.its.aau.dk/systemoversigt";
} }
]; ];
} }