Edit firefox bookmarks
This commit is contained in:
parent
c5207ec301
commit
57bf4c5536
4 changed files with 26 additions and 42 deletions
|
|
@ -216,11 +216,6 @@ blog = {
|
||||||
| `<Space>o` | Open file with system default app |
|
| `<Space>o` | Open file with system default app |
|
||||||
| `<Space>f` | Show current file in Finder |
|
| `<Space>f` | Show current file in Finder |
|
||||||
|
|
||||||
**System Clipboard:**
|
|
||||||
| Key | Action |
|
|
||||||
|-----|--------|
|
|
||||||
| `<Space>y` | Copy to system clipboard |
|
|
||||||
| `<Space>p` | Paste from system clipboard |
|
|
||||||
|
|
||||||
**Fuzzy Finding (Telescope):**
|
**Fuzzy Finding (Telescope):**
|
||||||
| Key | Action |
|
| Key | Action |
|
||||||
|
|
|
||||||
|
|
@ -63,6 +63,10 @@
|
||||||
name = "RSS";
|
name = "RSS";
|
||||||
url = "https://rss.nas.yanlincs.com";
|
url = "https://rss.nas.yanlincs.com";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "Immich";
|
||||||
|
url = "https://photo.nas.yanlincs.com/photos";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name = "My Home";
|
name = "My Home";
|
||||||
url = "https://home.nas.yanlincs.com/lovelace/0";
|
url = "https://home.nas.yanlincs.com/lovelace/0";
|
||||||
|
|
@ -70,10 +74,6 @@
|
||||||
{
|
{
|
||||||
name = "Media";
|
name = "Media";
|
||||||
bookmarks = [
|
bookmarks = [
|
||||||
{
|
|
||||||
name = "Immich";
|
|
||||||
url = "https://photo.nas.yanlincs.com/photos";
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
name = "Plex";
|
name = "Plex";
|
||||||
url = "https://plex.nas.yanlincs.com";
|
url = "https://plex.nas.yanlincs.com";
|
||||||
|
|
@ -82,9 +82,6 @@
|
||||||
name = "AudioBookShelf";
|
name = "AudioBookShelf";
|
||||||
url = "https://audio.nas.yanlincs.com";
|
url = "https://audio.nas.yanlincs.com";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
name = "Library";
|
|
||||||
bookmarks = [
|
|
||||||
{
|
{
|
||||||
name = "Sonarr";
|
name = "Sonarr";
|
||||||
url = "https://sonarr.nas.yanlincs.com";
|
url = "https://sonarr.nas.yanlincs.com";
|
||||||
|
|
@ -99,8 +96,6 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
];
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
name = "Social";
|
name = "Social";
|
||||||
bookmarks = [
|
bookmarks = [
|
||||||
|
|
|
||||||
|
|
@ -82,10 +82,18 @@
|
||||||
"browser.newtabpage.activity-stream.showSponsored" = false;
|
"browser.newtabpage.activity-stream.showSponsored" = false;
|
||||||
"browser.newtabpage.activity-stream.showSponsoredTopSites" = false;
|
"browser.newtabpage.activity-stream.showSponsoredTopSites" = false;
|
||||||
|
|
||||||
# Privacy settings
|
# Privacy settings - Disable all tracking protection
|
||||||
"privacy.trackingprotection.enabled" = true;
|
"privacy.trackingprotection.enabled" = false;
|
||||||
"privacy.trackingprotection.socialtracking.enabled" = true;
|
"privacy.trackingprotection.socialtracking.enabled" = false;
|
||||||
"privacy.donottrackheader.enabled" = true;
|
"privacy.trackingprotection.pbmode.enabled" = false; # Disable in private browsing
|
||||||
|
"privacy.trackingprotection.cryptomining.enabled" = false;
|
||||||
|
"privacy.trackingprotection.fingerprinting.enabled" = false;
|
||||||
|
"privacy.trackingprotection.annotate_channels" = false;
|
||||||
|
"privacy.donottrackheader.enabled" = false;
|
||||||
|
"browser.contentblocking.category" = "custom"; # Set to custom to ensure our settings apply
|
||||||
|
"network.cookie.cookieBehavior" = 0; # 0 = Accept all cookies
|
||||||
|
"privacy.firstparty.isolate" = false;
|
||||||
|
"privacy.resistFingerprinting" = false;
|
||||||
|
|
||||||
# Performance
|
# Performance
|
||||||
"gfx.webrender.all" = true;
|
"gfx.webrender.all" = true;
|
||||||
|
|
|
||||||
|
|
@ -168,20 +168,6 @@
|
||||||
options = { desc = "Quit"; };
|
options = { desc = "Quit"; };
|
||||||
}
|
}
|
||||||
|
|
||||||
# System clipboard keymaps
|
|
||||||
{
|
|
||||||
mode = "n";
|
|
||||||
key = "<leader>p";
|
|
||||||
action = "\"+p";
|
|
||||||
options = { desc = "Paste from system clipboard"; };
|
|
||||||
}
|
|
||||||
{
|
|
||||||
mode = "v";
|
|
||||||
key = "<leader>p";
|
|
||||||
action = "\"+p";
|
|
||||||
options = { desc = "Replace selection with system clipboard"; };
|
|
||||||
}
|
|
||||||
|
|
||||||
# System integration
|
# System integration
|
||||||
{
|
{
|
||||||
mode = "n";
|
mode = "n";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue