Compare commits
3 commits
486f92fb5f
...
89ccc33fe1
Author | SHA1 | Date | |
---|---|---|---|
89ccc33fe1 | |||
7604ac20df | |||
0357ab7027 |
3 changed files with 9 additions and 7 deletions
|
@ -4,6 +4,7 @@
|
|||
gnupg.enable = true;
|
||||
zathura.enable = true;
|
||||
foot.enable = true;
|
||||
imv.enable = true;
|
||||
};
|
||||
audio.cmus.enable = true;
|
||||
cli = {
|
||||
|
|
|
@ -9,10 +9,11 @@
|
|||
# Enable resistFingerprinting
|
||||
# But override CSSPrefersColorScheme to actovate theme detection
|
||||
# https://github.com/allo-/ffprofile/issues/56#issuecomment-2076293964
|
||||
"privacy.fingerprintingProtection" = true;
|
||||
"privacy.fingerprintingProtection.pbmode" = true;
|
||||
# "privacy.fingerprintingProtection.letterboxing" = true;
|
||||
"privacy.fingerprintingProtection.overrides" = "+AllTargets,-CSSPrefersColorScheme";
|
||||
# privacy."privacy.resistFingerprinting" must be disable because replaced by
|
||||
# "privacy.resistFingerprinting"
|
||||
"privacy.fingerprintingProtection" = false;
|
||||
"privacy.fingerprintingProtection.pbmode" = false;
|
||||
|
||||
"privacy.resistFingerprinting" = true;
|
||||
"privacy.resistFingerprinting.pbmode" = true;
|
||||
"privacy.resistFingerprinting.overrides" = "+AllTargets, -CSSPrefersColorScheme";
|
||||
|
|
|
@ -68,7 +68,7 @@ in
|
|||
xdg.configFile."tridactyl/tridactylrc".text = ''
|
||||
sanitize tridactyllocal tridactylsync
|
||||
" Define custom theme
|
||||
set customthemes.custom #completions table, #tridactyl-input {font-size: .9rem!important;};
|
||||
set customthemes.custom #completions table, #tridactyl-input {font-size: .9rem!important;} #tridactyl-reader main { width: min(65rem, 90%)!important;}
|
||||
set theme custom
|
||||
" Smooth scrolling
|
||||
set smoothscroll true
|
||||
|
@ -83,8 +83,8 @@ in
|
|||
bind J tabprev
|
||||
bind K tabnext
|
||||
" Binds for force reader mode
|
||||
bind gfr reader
|
||||
bind gfR reader --tab
|
||||
bind gr reader
|
||||
bind gR reader --tab
|
||||
set editorcmd foot -T "Edit text from Firefox" nvim %f
|
||||
'';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue