From 89b738d169d49896be23d3bbcd8b62407aa5864d Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 6 Jul 2024 09:19:18 +0300 Subject: [PATCH] firefox: default create containers I have been using since last Tuesday Maybe I am a bit lazy, but as the option exists, why not use it, and it might also give inspiration should another user on my systems find their way to Firefox --- etc/firefox/policies/policies.json | 39 ++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index f72b33df..b15fe746 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -94,9 +94,44 @@ "Containers": { "Default": [ { - "color": "red", + "color": "white", "icon": "fence", - "name": "DIY" + "name": "Facebook" + }, + { + "color": "white", + "icon": "chill", + "name": "ff" + }, + { + "color": "pink", + "icon": "briefcase", + "name": "Git" + }, + { + "color": "orange", + "icon": "chill", + "name": "Google" + }, + { + "color": "blue", + "icon": "vacation", + "name": "HSL" + }, + { + "color": "purple", + "icon": "chill", + "name": "IM" + }, + { + "color": "cyan", + "icon": "briefcase", + "name": "LinkedIn" + }, + { + "color": "green", + "icon": "pet", + "name": "WhatsApp" } ] },