firefox stuff
This commit is contained in:
@@ -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+Shift+r exec --no-startup-id winresize
|
||||||
bindsym $mod+f fullscreen toggle
|
bindsym $mod+f fullscreen toggle
|
||||||
bindsym $mod+q [con_id="__focused__" instance="^(?!dropdown_).*$"] kill
|
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+Shift+v split h;exec notify-send 'tile horizontally |'
|
||||||
bindsym $mod+v split v;exec notify-send 'tile vertically -'
|
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
|
# APPLICATION SHORTCUTS
|
||||||
bindsym $mod+Return exec --no-startup-id $LAUNCHER
|
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+w exec --no-startup-id $BROWSER
|
||||||
bindsym $mod+e exec --no-startup-id $EXPLORER
|
bindsym $mod+e exec --no-startup-id $EXPLORER
|
||||||
bindsym $mod+m exec --no-startup-id $MAILCLIENT
|
bindsym $mod+m exec --no-startup-id $MAILCLIENT
|
||||||
|
|||||||
@@ -5,12 +5,12 @@ user_pref("browser.ctrlTab.sortByRecentlyUsed", true);
|
|||||||
// http://kb.mozillazine.org/Browser.offline-apps.notify
|
// http://kb.mozillazine.org/Browser.offline-apps.notify
|
||||||
user_pref("browser.offline-apps.notify", true);
|
user_pref("browser.offline-apps.notify", true);
|
||||||
// PREF: Do not check if Firefox is the default browser
|
// 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
|
// PREF: Disable the "new tab page" feature and show a blank tab instead
|
||||||
// https://wiki.mozilla.org/Privacy/Reviews/New_Tab
|
// 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
|
// 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.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
|
// PREF: DNS over HTTPS
|
||||||
user_pref("network.trr.mode", 2);
|
user_pref("network.trr.mode", 2);
|
||||||
user_pref("network.trr.uri", "https://mozilla.cloudflare-dns.com/dns-query");
|
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","");
|
user_pref("browser.partnerlink.campaign.topsites","");
|
||||||
// PREF: dont open suggestions at all when entering URL Bar
|
// PREF: dont open suggestions at all when entering URL Bar
|
||||||
user_pref("browser.urlbar.suggest.topsites", false);
|
user_pref("browser.urlbar.suggest.topsites", false);
|
||||||
|
// PREF: disable firefox pocket
|
||||||
|
user_pref("extensions.pocket.enabled", false);
|
||||||
|
|||||||
4
.mozilla/firefox/installs.ini
Normal file
4
.mozilla/firefox/installs.ini
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
[4F96D1932A9F858E]
|
||||||
|
Default=4vd8uypc.default-release
|
||||||
|
Locked=1
|
||||||
|
|
||||||
19
.mozilla/firefox/profiles.ini
Normal file
19
.mozilla/firefox/profiles.ini
Normal file
@@ -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
|
||||||
|
|
||||||
Reference in New Issue
Block a user