From de389f9e4672019bc0c8935a232745bd7e8a7bf2 Mon Sep 17 00:00:00 2001 From: eneller Date: Thu, 1 Sep 2022 23:07:17 +0200 Subject: [PATCH] firefox stuff --- .config/i3/config | 4 ++-- .../firefox/4vd8uypc.default-release/user.js | 6 ++++-- .mozilla/firefox/installs.ini | 4 ++++ .mozilla/firefox/profiles.ini | 19 +++++++++++++++++++ 4 files changed, 29 insertions(+), 4 deletions(-) create mode 100644 .mozilla/firefox/installs.ini create mode 100644 .mozilla/firefox/profiles.ini diff --git a/.config/i3/config b/.config/i3/config index 90fa3da..a67b2cb 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -83,7 +83,7 @@ bindsym $mod+Shift+p resize shrink width 1 px or 1 ppt bindsym $mod+Shift+r exec --no-startup-id winresize bindsym $mod+f fullscreen toggle bindsym $mod+q [con_id="__focused__" instance="^(?!dropdown_).*$"] kill -bindsym $mod+Shift+t layout toggle tabbed splith +bindsym $mod+t layout toggle tabbed splith bindsym $mod+Shift+v split h;exec notify-send 'tile horizontally |' bindsym $mod+v split v;exec notify-send 'tile vertically -' @@ -144,7 +144,7 @@ bindsym $mod+Shift+0 move container to workspace $ws10 # APPLICATION SHORTCUTS bindsym $mod+Return exec --no-startup-id $LAUNCHER -bindsym $mod+t exec --no-startup-id $TERMINAL +bindsym $mod+space exec --no-startup-id $TERMINAL bindsym $mod+w exec --no-startup-id $BROWSER bindsym $mod+e exec --no-startup-id $EXPLORER bindsym $mod+m exec --no-startup-id $MAILCLIENT diff --git a/.mozilla/firefox/4vd8uypc.default-release/user.js b/.mozilla/firefox/4vd8uypc.default-release/user.js index 549a367..0ae1869 100644 --- a/.mozilla/firefox/4vd8uypc.default-release/user.js +++ b/.mozilla/firefox/4vd8uypc.default-release/user.js @@ -5,12 +5,12 @@ user_pref("browser.ctrlTab.sortByRecentlyUsed", true); // http://kb.mozillazine.org/Browser.offline-apps.notify user_pref("browser.offline-apps.notify", true); // PREF: Do not check if Firefox is the default browser -user_pref("browser.shell.checkDefaultBrowser", false); +user_pref("browser.shell.checkDefaultBrowser", false); // PREF: Disable the "new tab page" feature and show a blank tab instead // https://wiki.mozilla.org/Privacy/Reviews/New_Tab // https://support.mozilla.org/en-US/kb/new-tab-page-show-hide-and-customize-top-sites#w_how-do-i-turn-the-new-tab-page-off user_pref("browser.newtabpage.enabled", false); -user_pref("browser.newtab.url", "https://web.neller.org/dashboard"); +user_pref("browser.newtab.url", "web.neller.org/dashboard"); // PREF: DNS over HTTPS user_pref("network.trr.mode", 2); user_pref("network.trr.uri", "https://mozilla.cloudflare-dns.com/dns-query"); @@ -30,3 +30,5 @@ user_pref("browser.newtabpage.activity-stream.improvesearch.topSiteSearchShortcu user_pref("browser.partnerlink.campaign.topsites",""); // PREF: dont open suggestions at all when entering URL Bar user_pref("browser.urlbar.suggest.topsites", false); +// PREF: disable firefox pocket +user_pref("extensions.pocket.enabled", false); diff --git a/.mozilla/firefox/installs.ini b/.mozilla/firefox/installs.ini new file mode 100644 index 0000000..23ea332 --- /dev/null +++ b/.mozilla/firefox/installs.ini @@ -0,0 +1,4 @@ +[4F96D1932A9F858E] +Default=4vd8uypc.default-release +Locked=1 + diff --git a/.mozilla/firefox/profiles.ini b/.mozilla/firefox/profiles.ini new file mode 100644 index 0000000..f4223c8 --- /dev/null +++ b/.mozilla/firefox/profiles.ini @@ -0,0 +1,19 @@ +[Install4F96D1932A9F858E] +Default=4vd8uypc.default-release +Locked=1 + +[Profile1] +Name=default +IsRelative=1 +Path=ux957z6u.default +Default=1 + +[Profile0] +Name=default-release +IsRelative=1 +Path=4vd8uypc.default-release + +[General] +StartWithLastProfile=1 +Version=2 +