Compare commits

...

5 Commits

12 changed files with 40 additions and 3 deletions

View File

@ -33,6 +33,8 @@ cat conf/firefox-forbidden-policies.js >~/.librewolf/librewolf.overrides.cfg
cat conf/firefox-forbidden-policies.js >~/.var/app/io.gitlab.librewolf-community/.librewolf/librewolf.overrides.cfg cat conf/firefox-forbidden-policies.js >~/.var/app/io.gitlab.librewolf-community/.librewolf/librewolf.overrides.cfg
mkdir -p ~/.local/share/applications mkdir -p ~/.local/share/applications
ln -nsfv ~/.shell-things/local/share/applications ~/.local/share/applications/shell-things ln -nsfv ~/.shell-things/local/share/applications ~/.local/share/applications/shell-things
mkdir -p ~/.local/share/icons/hicolor/128x128/apps/
ln -nsfv ~/.local/firefox/browser/chrome/icons/default/default128.png ~/.local/share/icons/hicolor/128x128/apps/a-firefox.png
if hash update-desktop-database 2>/dev/null; then if hash update-desktop-database 2>/dev/null; then
update-desktop-database ~/.local/share/applications update-desktop-database ~/.local/share/applications
fi fi

View File

@ -1,9 +1,10 @@
{ {
"plugins": [ "plugins": [
"@prettier/plugin-ruby",
"@prettier/plugin-xml",
"prettier-plugin-nginx", "prettier-plugin-nginx",
"prettier-plugin-toml",
"prettier-plugin-sh", "prettier-plugin-sh",
"@prettier/plugin-xml" "prettier-plugin-toml"
], ],
"overrides": [ "overrides": [
{ "files": ".prettierrc", "options": { "parser": "json" } }, { "files": ".prettierrc", "options": { "parser": "json" } },

1
conf/.gitignore vendored
View File

@ -1,3 +1,4 @@
librewolf.overrides.cfg.js librewolf.overrides.cfg.js
wireplumber wireplumber
autostart autostart
pre-commit-config.yaml

1
conf/pre-commit-config.yaml Symbolic link
View File

@ -0,0 +1 @@
../.pre-commit-config.yaml

View File

@ -87,6 +87,11 @@
"ublock-quick-fixes" "ublock-quick-fixes"
] ]
} }
},
"{446900e4-71c2-419f-a6a7-df9c091e268b}": {
"environment": {
"base": "https://bitwarden.eu"
}
} }
} }
}, },
@ -222,6 +227,7 @@
"EnablePermissions": false, "EnablePermissions": false,
"Enabled": true "Enabled": true
}, },
"PasswordManagerEnabled": false,
"Preferences": { "Preferences": {
"app.update.download.attempts": { "app.update.download.attempts": {
"Comment": "If this is what it looks like, it will stop the prompts to download Firefox manually.", "Comment": "If this is what it looks like, it will stop the prompts to download Firefox manually.",

View File

@ -70,6 +70,11 @@
] ]
} }
}, },
"nngceckbapebfimnlniiiahkandclblb": {
"environment": {
"base": "https://bitwarden.eu"
}
},
"pkehgijcmpdhfbdbbnkijodmdjhbjlgp": { "pkehgijcmpdhfbdbbnkijodmdjhbjlgp": {
"checkForDNTPolicy": true, "checkForDNTPolicy": true,
"disabledSites": [ "disabledSites": [

View File

@ -0,0 +1,3 @@
{
"PasswordManagerEnabled": false
}

View File

@ -2,7 +2,7 @@
Version=1.0 Version=1.0
Name=FIREFOX Name=FIREFOX
Exec=/usr/bin/env firefox %U Exec=/usr/bin/env firefox %U
Icon=~/.local/firefox/browser/chrome/icons/default/default128.png Icon=a-firefox
Terminal=false Terminal=false
Type=Application Type=Application
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https; MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;

1
package.json vendored
View File

@ -1,5 +1,6 @@
{ {
"devDependencies": { "devDependencies": {
"@prettier/plugin-ruby": "4.0.4",
"@prettier/plugin-xml": "3.4.1", "@prettier/plugin-xml": "3.4.1",
"prettier": "3.3.2", "prettier": "3.3.2",
"prettier-plugin-nginx": "1.0.3", "prettier-plugin-nginx": "1.0.3",

15
pnpm-lock.yaml generated vendored
View File

@ -7,6 +7,9 @@ settings:
importers: importers:
.: .:
devDependencies: devDependencies:
"@prettier/plugin-ruby":
specifier: 4.0.4
version: 4.0.4(prettier@3.3.2)
"@prettier/plugin-xml": "@prettier/plugin-xml":
specifier: 3.4.1 specifier: 3.4.1
version: 3.4.1(prettier@3.3.2) version: 3.4.1(prettier@3.3.2)
@ -24,6 +27,14 @@ importers:
version: 2.0.1(prettier@3.3.2) version: 2.0.1(prettier@3.3.2)
packages: packages:
"@prettier/plugin-ruby@4.0.4":
resolution:
{
integrity: sha512-lCpvfS/dQU5WrwN3AQ5vR8qrvj2h5gE41X08NNzAAXvHdM4zwwGRcP2sHSxfu6n6No+ljWCVx95NvJPFTTjCTg==,
}
peerDependencies:
prettier: ^3.0.0
"@prettier/plugin-xml@3.4.1": "@prettier/plugin-xml@3.4.1":
resolution: resolution:
{ {
@ -114,6 +125,10 @@ packages:
} }
snapshots: snapshots:
"@prettier/plugin-ruby@4.0.4(prettier@3.3.2)":
dependencies:
prettier: 3.3.2
"@prettier/plugin-xml@3.4.1(prettier@3.3.2)": "@prettier/plugin-xml@3.4.1(prettier@3.3.2)":
dependencies: dependencies:
"@xml-tools/parser": 1.0.11 "@xml-tools/parser": 1.0.11

1
rc/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
prettierrc

1
rc/prettierrc Symbolic link
View File

@ -0,0 +1 @@
../.prettierrc