chore(firefox): update tridactyl rc file

This commit is contained in:
Yorick Barbanneau 2025-01-10 19:18:03 +01:00
parent 7604ac20df
commit 89ccc33fe1

View file

@ -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
'';