mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 20:17:45 +00:00
No more Librewolf
This commit is contained in:
parent
8d193403e2
commit
b121195fcd
3 changed files with 4 additions and 8 deletions
|
@ -1,14 +1,10 @@
|
||||||
{ ulib, theme, ... }: with ulib;
|
{ ulib, theme, ... }: with ulib;
|
||||||
|
|
||||||
desktopHomeConfiguration {
|
desktopHomeConfiguration {
|
||||||
programs.librewolf = enabled {
|
programs.firefox = enabled {
|
||||||
settings = with theme.font; {
|
profiles.default.settings = with theme.font; {
|
||||||
"general.autoScroll" = true;
|
"general.autoScroll" = true;
|
||||||
"identity.fxaccounts.enabled" = true;
|
|
||||||
"privacy.clearOnShutdown.history" = false;
|
|
||||||
"privacy.resistFingerprinting" = false;
|
|
||||||
"privacy.donottrackheader.enabled" = true;
|
"privacy.donottrackheader.enabled" = true;
|
||||||
"webgl.disabled" = false;
|
|
||||||
|
|
||||||
"browser.fixup.domainsuffixwhitelist.idk" = true;
|
"browser.fixup.domainsuffixwhitelist.idk" = true;
|
||||||
|
|
|
@ -102,7 +102,7 @@
|
||||||
|
|
||||||
bind = SUPER+ALT, RETURN, exec, kitty
|
bind = SUPER+ALT, RETURN, exec, kitty
|
||||||
bind = SUPER , RETURN, exec, ghostty --gtk-single-instance=true
|
bind = SUPER , RETURN, exec, ghostty --gtk-single-instance=true
|
||||||
bind = SUPER , W , exec, librewolf
|
bind = SUPER , W , exec, firefox
|
||||||
bind = SUPER , D , exec, discordcanary
|
bind = SUPER , D , exec, discordcanary
|
||||||
bind = SUPER , E , exec, fractal
|
bind = SUPER , E , exec, fractal
|
||||||
bind = SUPER , M , exec, thunderbird
|
bind = SUPER , M , exec, thunderbird
|
||||||
|
|
|
@ -32,7 +32,7 @@ desktopHomeConfiguration {
|
||||||
seperate-outputs = true;
|
seperate-outputs = true;
|
||||||
|
|
||||||
rewrite."(.*) - Discord" = " $1";
|
rewrite."(.*) - Discord" = " $1";
|
||||||
rewrite."(.*) — Librewolf" = " $1";
|
rewrite."(.*) — Mozilla Firefox" = " $1";
|
||||||
rewrite."(.*) — nu" = " $1";
|
rewrite."(.*) — nu" = " $1";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue