switch back to qutebrowser
This commit is contained in:
parent
d11bad601c
commit
561fb03793
2 changed files with 25 additions and 37 deletions
|
|
@ -15,7 +15,7 @@
|
|||
languagePacks = ["en-US"];
|
||||
policies = import ./policies.nix;
|
||||
|
||||
setAsDefaultBrowser = true;
|
||||
setAsDefaultBrowser = false;
|
||||
enablePrivateDesktopEntry = true;
|
||||
|
||||
profiles.default = rec {
|
||||
|
|
@ -27,6 +27,7 @@
|
|||
"zen.view.compact.animate-sidebar" = false;
|
||||
"zen.welcome-screen.seen" = true;
|
||||
"zen.urlbar.behavior" = "float";
|
||||
"zen.theme.accent_color" = "#282a36";
|
||||
};
|
||||
|
||||
sine = {
|
||||
|
|
@ -38,14 +39,15 @@
|
|||
"803c7895-b39b-458e-84f8-a521f4d7a064" # Hide Inactive Workspaces
|
||||
"906c6915-5677-48ff-9bfc-096a02a72379" # Floating Status Bar
|
||||
"a6335949-4465-4b71-926c-4a52d34bc9c0" # Better Find Bar
|
||||
"c6813222-6571-4ba6-8faf-58f3343324f6" # Disable Rounded Corners
|
||||
# "c6813222-6571-4ba6-8faf-58f3343324f6" # Disable Rounded Corners
|
||||
"c8d9e6e6-e702-4e15-8972-3596e57cf398" # Zen Back Forward
|
||||
"cb15abdb-0514-4e09-8ce5-722cf1f4a20f" # Hide Extension Name
|
||||
"d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe" # Better Active Tab
|
||||
# "d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe" # Better Active Tab
|
||||
"e122b5d9-d385-4bf8-9971-e137809097d0" # No Top Sites
|
||||
"f7c71d9a-bce2-420f-ae44-a64bd92975ab" # Better Unloaded Tabs
|
||||
"fd24f832-a2e6-4ce9-8b19-7aa888eb7f8e" # Quietify
|
||||
"context-menu-icons"
|
||||
"mod-floaty-ui"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
@ -85,7 +87,7 @@
|
|||
stateDir = {
|
||||
"State" = {
|
||||
id = "482bc905-c00c-4c49-8a56-367668bf70b9";
|
||||
workspace = spaces."Rendezvous".id;
|
||||
workspace = spaces."Home".id;
|
||||
folderIcon = "chrome://browser/skin/zen-icons/selectable/eye.svg";
|
||||
isGroup = true;
|
||||
isFolderCollapsed = true;
|
||||
|
|
@ -95,37 +97,20 @@
|
|||
};
|
||||
in
|
||||
{
|
||||
"NixOS.org" = {
|
||||
"Nextcloud" = {
|
||||
id = "d8494475-ed8d-4746-a867-54fa7700faf4";
|
||||
url = "https://nixos.org/";
|
||||
workspace = spaces."Rendezvous".id;
|
||||
url = "https://staff.tfcconnection.org";
|
||||
workspace = spaces."Home".id;
|
||||
position = 151;
|
||||
};
|
||||
"GrapheneOS" = {
|
||||
id = "19266f40-575f-49f8-8fe0-ac13659a4242";
|
||||
url = "https://grapheneos.org/";
|
||||
workspace = spaces."Rendezvous".id;
|
||||
position = 152;
|
||||
};
|
||||
}
|
||||
// stateDir;
|
||||
|
||||
joinedTabs."Kernel and NixOS" = {
|
||||
id = "kernel-nix-docs";
|
||||
gridType = "vsep";
|
||||
tabs = [
|
||||
pins."NixOS.org".id
|
||||
pins."NixOS.org".id
|
||||
pins."GrapheneOS".id
|
||||
];
|
||||
sizes = [40 20 40];
|
||||
};
|
||||
|
||||
containersForce = true;
|
||||
|
||||
spacesForce = true;
|
||||
spaces = {
|
||||
"Rendezvous" = {
|
||||
"Home" = {
|
||||
id = "572910e1-4468-4832-a869-0b3a93e2f165";
|
||||
icon = "chrome://browser/skin/zen-icons/selectable/navigate.svg";
|
||||
position = 1000;
|
||||
|
|
@ -133,9 +118,9 @@
|
|||
type = "gradient";
|
||||
colors = [
|
||||
{
|
||||
red = 123;
|
||||
green = 56;
|
||||
blue = 58;
|
||||
red = 40;
|
||||
green = 42;
|
||||
blue = 54;
|
||||
algorithm = "analogous";
|
||||
type = "explicit-lightness";
|
||||
lightness = 35;
|
||||
|
|
@ -145,9 +130,9 @@
|
|||
custom = false;
|
||||
}
|
||||
{
|
||||
red = 123;
|
||||
green = 110;
|
||||
blue = 55;
|
||||
red = 87;
|
||||
green = 199;
|
||||
blue = 255;
|
||||
algorithm = "analogous";
|
||||
type = "explicit-lightness";
|
||||
lightness = 35;
|
||||
|
|
@ -157,9 +142,9 @@
|
|||
custom = false;
|
||||
}
|
||||
{
|
||||
red = 122;
|
||||
green = 56;
|
||||
blue = 114;
|
||||
red = 90;
|
||||
green = 247;
|
||||
blue = 142;
|
||||
algorithm = "analogous";
|
||||
type = "explicit-lightness";
|
||||
lightness = 35;
|
||||
|
|
@ -170,7 +155,7 @@
|
|||
}
|
||||
];
|
||||
opacity = 0.8;
|
||||
texture = 0.5;
|
||||
texture = 0.2;
|
||||
};
|
||||
};
|
||||
"Research" = {
|
||||
|
|
|
|||
|
|
@ -65,15 +65,18 @@ in {
|
|||
"github-repository-size@pranavmangal" = "gh-repo-size";
|
||||
"jid1-BoFifL9Vbdl2zQ@jetpack" = "decentraleyes";
|
||||
"tridactyl.vim@cmcaine.co.uk" = "trydactyl";
|
||||
"{ff6a952a-0936-479d-a496-e11f6f74e9f9}" = "hyper-snazzy";
|
||||
"addon@darkreader.org" = "darkreader";
|
||||
};
|
||||
Preferences = mkLockedAttrs {
|
||||
"browser.aboutConfig.showWarning" = false;
|
||||
"browser.tabs.warnOnClose" = false;
|
||||
"media.videocontrols.picture-in-picture.video-toggle.enabled" = true;
|
||||
# Disable swipe gestures (Browser:BackOrBackDuplicate, Browser:ForwardOrForwardDuplicate)
|
||||
"browser.gesture.swipe.left" = "";
|
||||
"browser.gesture.swipe.right" = "";
|
||||
# "browser.gesture.swipe.left" = "";
|
||||
# "browser.gesture.swipe.right" = "";
|
||||
"browser.tabs.hoverPreview.enabled" = true;
|
||||
"browser.tabs.allow_transparent_browser" = true;
|
||||
"browser.newtabpage.activity-stream.feeds.topsites" = false;
|
||||
"browser.topsites.contile.enabled" = false;
|
||||
"browser.translations.enable" = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue